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

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

Issue 10917254: Move registering of interceptors to the JsBackend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/compiler.dart
diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart
index 510d83172d6fc2ee33739d84c1097f04e26854b0..8a31dca96486a41ad2e850a5e983b8d4e7904225 100644
--- a/lib/compiler/implementation/compiler.dart
+++ b/lib/compiler/implementation/compiler.dart
@@ -70,6 +70,7 @@ class Backend {
});
}
+ abstract void onUseSelector(Selector selector, Enqueuer world);
abstract void enqueueHelpers(Enqueuer world);
abstract void codegen(WorkItem work);
abstract void processNativeClasses(Enqueuer world,

Powered by Google App Engine
This is Rietveld 408576698