| Index: lib/compiler/implementation/js_backend/emitter.dart
|
| diff --git a/lib/compiler/implementation/js_backend/emitter.dart b/lib/compiler/implementation/js_backend/emitter.dart
|
| index a91f5cb18d734a2d55bb8ee3a3b6ea8233df8933..b0b53ff0bc3550b844ad62272113e4a6e7d512f9 100644
|
| --- a/lib/compiler/implementation/js_backend/emitter.dart
|
| +++ b/lib/compiler/implementation/js_backend/emitter.dart
|
| @@ -1312,6 +1312,9 @@ if (typeof document != 'undefined' && document.readyState != 'complete') {
|
| // constants to be set up.
|
| emitStaticNonFinalFieldInitializations(mainBuffer);
|
| emitLazilyInitializedStaticFields(mainBuffer);
|
| + if (compiler.enabledRuntimeType) {
|
| + mainBuffer.add('$isolateProperties.runtimeTypeCache = {};\n');
|
| + }
|
|
|
| isolateProperties = isolatePropertiesName;
|
| // The following code should not use the short-hand for the
|
|
|