| Index: lib/compiler/implementation/compiler.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/compiler.dart (revision 12499)
|
| +++ lib/compiler/implementation/compiler.dart (working copy)
|
| @@ -165,11 +165,9 @@
|
| static const SourceString MAIN = const SourceString('main');
|
| static const SourceString CALL_OPERATOR_NAME = const SourceString('call');
|
| static const SourceString NO_SUCH_METHOD = const SourceString('noSuchMethod');
|
| - static const SourceString RUNTIME_TYPE = const SourceString('runtimeType');
|
| static const SourceString START_ROOT_ISOLATE =
|
| const SourceString('startRootIsolate');
|
| bool enabledNoSuchMethod = false;
|
| - bool enabledRuntimeType = false;
|
|
|
| Stopwatch progress;
|
|
|
|
|