| 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((_) {
|
|
|