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

Unified Diff: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart

Issue 486313003: Clean up dump-info and js_backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
index 810eee3eb7e6122db5eec639e67f37a5728499bb..31a47da2e73dc07602d976eb22f7d6f78ba199f9 100644
--- a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
@@ -943,9 +943,11 @@ class JavaScriptBackend extends Backend {
enqueueClass(compiler.enqueuer.resolution, compiler.stringClass, registry);
}
- void enableNoSuchMethod(context, Enqueuer world) {
+ void enableNoSuchMethod(Element context, Enqueuer world) {
enqueue(world, getCreateInvocationMirror(), compiler.globalDependencies);
world.registerInvocation(compiler.noSuchMethodSelector);
+ // TODO(tyoverby) send the context element to DumpInfoTask to be
sigurdm 2014/08/20 08:37:47 another nit: colon after the todo, and start sent
Ty Overby (Google) 2014/08/20 17:23:51 Done.
+ // blamed.
}
void enableIsolateSupport(Enqueuer enqueuer) {

Powered by Google App Engine
This is Rietveld 408576698