| 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 444439870dbdd7301df35aeb82a2bfc5717ee480..3d6a9675f468772c084a93b2301f863ac191f54e 100644
|
| --- a/lib/compiler/implementation/js_backend/emitter.dart
|
| +++ b/lib/compiler/implementation/js_backend/emitter.dart
|
| @@ -1300,6 +1300,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
|
|
|