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

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

Issue 843503002: dart2js: Change name and comment of the flag needsArrayInitializerSupport. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 efc79bd4903fb0f5eb9f0ca8fcde6965da9c63a3..c93747bfeae5ae8bedffdcbdf4887acc8ce25b3e 100644
--- a/pkg/dart2js_incremental/lib/caching_compiler.dart
+++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
@@ -72,7 +72,7 @@ Future<Compiler> reuseCompiler(
..needsClassSupport = true
..needsMixinSupport = true
..needsLazyInitializer = true
- ..needsArrayInitializerSupport = true;
+ ..needsStructuredMemberInfo = true;
Uri core = Uri.parse("dart:core");
return compiler.libraryLoader.loadLibrary(core).then((_) {

Powered by Google App Engine
This is Rietveld 408576698