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

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

Issue 10668029: Associate partial source map with each code block in Universe.generatedCode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/ssa/ssa.dart
diff --git a/lib/compiler/implementation/ssa/ssa.dart b/lib/compiler/implementation/ssa/ssa.dart
index 43c7de3bb84d9d36743f9c6a70b92afc3d025af2..ec1b3916d87d0e04a6eb03d74480701fa85cc72d 100644
--- a/lib/compiler/implementation/ssa/ssa.dart
+++ b/lib/compiler/implementation/ssa/ssa.dart
@@ -6,6 +6,7 @@
#import('../leg.dart');
#import('../native_handler.dart', prefix: 'native');
+#import('../source_file.dart');
#import('../elements/elements.dart');
#import('../scanner/scannerlib.dart');
#import('../tree/tree.dart');

Powered by Google App Engine
This is Rietveld 408576698