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

Unified Diff: pkg/dart2js_incremental/lib/caching_compiler.dart

Issue 878553002: dart2js: native classes go through the normal code path. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase Created 5 years, 11 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: pkg/dart2js_incremental/lib/caching_compiler.dart
diff --git a/pkg/dart2js_incremental/lib/caching_compiler.dart b/pkg/dart2js_incremental/lib/caching_compiler.dart
index 7a88715839194a668da76b6620c0f1a0b22e94f0..e4be4751d9a92841e993c89daffbe299755df08b 100644
--- a/pkg/dart2js_incremental/lib/caching_compiler.dart
+++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
@@ -132,7 +132,6 @@ Future<Compiler> reuseCompiler(
..outputBuffers.clear()
..isolateProperties = null
..classesCollector = null
- ..nativeClasses.clear()
..mangledFieldNames.clear()
..mangledGlobalFieldNames.clear()
..recordedMangledNames.clear()
@@ -141,6 +140,7 @@ Future<Compiler> reuseCompiler(
..elementDescriptors.clear();
backend.emitter
+ ..nativeOrExtendsNativeClasses.clear()
..outputContainsConstantList = false
..neededClasses.clear()
..outputClassLists.clear()

Powered by Google App Engine
This is Rietveld 408576698