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

Unified Diff: runtime/vm/exceptions.cc

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
Index: runtime/vm/exceptions.cc
diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc
index f063fcaa88409750c2935185c77a7cacf52c9e1c..81618ab6945c9f9b7b0e92b125ef6fe5b41f02e4 100644
--- a/runtime/vm/exceptions.cc
+++ b/runtime/vm/exceptions.cc
@@ -391,7 +391,7 @@ RawObject* Exceptions::Create(
break;
case kNoSuchMethod:
library = Library::CoreLibrary();
- class_name = Symbols::New("NoSuchMethodException");
+ class_name = Symbols::New("NoSuchMethodError");
break;
case kClosureArgumentMismatch:
library = Library::CoreLibrary();

Powered by Google App Engine
This is Rietveld 408576698