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

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

Issue 10825180: Add JavaScript AST. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cosmetic changes (comments). Created 8 years, 4 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 cfa5a16b2db9ddf16a6796929c64b4bcb0b864b1..81796b031afaf8335879a7825b1bf20248141b52 100644
--- a/lib/compiler/implementation/ssa/ssa.dart
+++ b/lib/compiler/implementation/ssa/ssa.dart
@@ -4,6 +4,7 @@
#library('ssa');
+#import('../js/js.dart', prefix: 'js');
#import('../leg.dart');
#import('../native_handler.dart', prefix: 'native');
#import('../source_file.dart');

Powered by Google App Engine
This is Rietveld 408576698