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

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

Issue 813563006: dart2js: use bool to track if an app has native classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update incremental compiler.wq 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
« no previous file with comments | « pkg/compiler/lib/src/js_backend/native_emitter.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 04791b9c563a844cdb442c443aaa5029d37e2b1b..7a88715839194a668da76b6620c0f1a0b22e94f0 100644
--- a/pkg/dart2js_incremental/lib/caching_compiler.dart
+++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
@@ -123,7 +123,7 @@ Future<Compiler> reuseCompiler(
..interceptorInvocationNames.clear();
backend.emitter.nativeEmitter
- ..nativeClasses.clear()
+ ..hasNativeClasses = false
..nativeMethods.clear();
backend.emitter.readTypeVariables.clear();
« no previous file with comments | « pkg/compiler/lib/src/js_backend/native_emitter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698