| 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 30300f4a899f82a7c75b13df3a7d998c6af3dd65..61e3306edd82c8d1908d0381fccddab23abe590f 100644
|
| --- a/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| +++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| @@ -69,7 +69,7 @@ Future<Compiler> reuseCompiler(
|
| // Much like a scout, an incremental compiler is always prepared. For
|
| // mixins, classes, and lazy statics, at least.
|
| backend.emitter.oldEmitter
|
| - ..needsDefineClass = true
|
| + ..needsClassSupport = true
|
| ..needsMixinSupport = true
|
| ..needsLazyInitializer = true;
|
|
|
|
|