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

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

Issue 602663002: Split interceptor emitter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart b/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart
index 81caab4fa7be368694ec984d93da3b71400277e5..a2356d88cdb419ca1dcfc4adb2c18b526a5388ab 100644
--- a/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart
@@ -114,7 +114,7 @@ class NativeEmitter {
neededClasses.add(compiler.objectClass);
Set<ClassElement> neededByConstant =
- emitterTask.interceptorEmitter.interceptorsReferencedFromConstants();
+ emitterTask.interceptorsReferencedFromConstants();
Set<ClassElement> modifiedClasses =
emitterTask.typeTestEmitter.classesModifiedByEmitRuntimeTypeSupport();

Powered by Google App Engine
This is Rietveld 408576698