Chromium Code Reviews| Index: lib/compiler/implementation/compiler.dart |
| diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart |
| index 265f51d5a6bf3933067657bcdee9afcaef818205..93daf2e1a843704027c9da7d30cba3ef6a58c7fa 100644 |
| --- a/lib/compiler/implementation/compiler.dart |
| +++ b/lib/compiler/implementation/compiler.dart |
| @@ -156,7 +156,7 @@ class Compiler implements DiagnosticListener { |
| static const SourceString CALL_OPERATOR_NAME = const SourceString('call'); |
| static const SourceString NO_SUCH_METHOD = const SourceString('noSuchMethod'); |
| static const SourceString NO_SUCH_METHOD_EXCEPTION = |
|
Johnni Winther
2012/09/11 08:41:38
Shouldn't we rename this as well?
Lasse Reichstein Nielsen
2012/09/11 11:35:41
I'll remove it. It isn't used.
|
| - const SourceString('NoSuchMethodException'); |
| + const SourceString('NoSuchMethodError'); |
| static const SourceString START_ROOT_ISOLATE = |
| const SourceString('startRootIsolate'); |
| bool enabledNoSuchMethod = false; |