| Index: lib/compiler/implementation/js_backend/emitter.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/js_backend/emitter.dart (revision 12499)
|
| +++ lib/compiler/implementation/js_backend/emitter.dart (working copy)
|
| @@ -1311,9 +1311,6 @@
|
| // 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
|
|
|