| Index: lib/compiler/implementation/compiler.dart
|
| diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart
|
| index 510d83172d6fc2ee33739d84c1097f04e26854b0..34feb07ce581005e6d9dade63038a7d79f6a12a6 100644
|
| --- a/lib/compiler/implementation/compiler.dart
|
| +++ b/lib/compiler/implementation/compiler.dart
|
| @@ -167,6 +167,7 @@ class Compiler implements DiagnosticListener {
|
| static const SourceString START_ROOT_ISOLATE =
|
| const SourceString('startRootIsolate');
|
| bool enabledNoSuchMethod = false;
|
| + bool enabledRuntimeType = false;
|
|
|
| Stopwatch progress;
|
|
|
|
|