| 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 44d56a6c21e69f6552dbd7780b98b32e7eb34c74..4b530c8e03b37d121662a1260a90192a63dbaa11 100644
|
| --- a/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| +++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| @@ -74,7 +74,7 @@ Future<CompilerImpl> reuseCompiler(
|
| return compiler.libraryLoader.loadLibrary(core).then((_) {
|
| // Likewise, always be prepared for runtimeType support.
|
| // TODO(johnniwinther): Add global switch to force RTI.
|
| - compiler.resolverWorld.hasRuntimeTypeSupport = true;
|
| + compiler.resolutionWorldBuilder.hasRuntimeTypeSupport = true;
|
| compiler.enqueuer.resolution.applyImpact(backend.registerRuntimeType());
|
| return compiler;
|
| });
|
|
|