Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Unified Diff: lib/compiler/implementation/compiler.dart

Issue 10909166: Rename NoSuchMethodException to NoSuchMethodError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/compiler/implementation/lib/core_patch.dart » ('j') | lib/core/errors.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | lib/compiler/implementation/lib/core_patch.dart » ('j') | lib/core/errors.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698