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

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

Issue 10855146: Make the closure-to-class translator more accessible. It can now be (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/js_backend/js_backend.dart
diff --git a/lib/compiler/implementation/js_backend/js_backend.dart b/lib/compiler/implementation/js_backend/js_backend.dart
index e495570015dee265ad3c487bd0164dc235cd86ce..fb88aecba738503ddda6f0b3006723280c998384 100644
--- a/lib/compiler/implementation/js_backend/js_backend.dart
+++ b/lib/compiler/implementation/js_backend/js_backend.dart
@@ -4,6 +4,7 @@
#library('js_backend');
+#import('../closure.dart');
#import('../../compiler.dart', prefix: 'api');
#import('../elements/elements.dart');
#import('../leg.dart');

Powered by Google App Engine
This is Rietveld 408576698