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

Unified Diff: lib/compiler/implementation/leg.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: Address 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/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index e30459816caf663667fdecd7aa94e5482d9d2451..7b805b4cf78505ed8149e78517d1db6e6029cad3 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -6,6 +6,7 @@
#import('dart:uri');
+#import('closure.dart', prefix: 'closureMapping');
#import('dart_backend/dart_backend.dart', prefix: 'dart_backend');
#import('elements/elements.dart');
#import('js_backend/js_backend.dart', prefix: 'js_backend');
« no previous file with comments | « lib/compiler/implementation/js_backend/js_backend.dart ('k') | lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698