Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: lib/compiler/implementation/leg.dart

Issue 10915122: Fix source locations for inlined and patched functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/compiler/implementation/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index 67c97fbae9dddb1b8999415983fe86f36ca1123d..e544818d42e9205bdf6f57873723454e39bbeb65 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -16,7 +16,6 @@
#import('ssa/ssa.dart');
#import('string_validator.dart');
#import('source_file.dart');
-#import('source_map_builder.dart');
#import('tree/tree.dart');
#import('util/characters.dart');
#import('util/util.dart');

Powered by Google App Engine
This is Rietveld 408576698