| 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 ce04c948d465ffe847233732df142513a96999c3..dba3793e87ebd454209815867513270c477500b6 100644
|
| --- a/lib/compiler/implementation/js_backend/emitter.dart
|
| +++ b/lib/compiler/implementation/js_backend/emitter.dart
|
| @@ -1311,6 +1311,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
|
|
|