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

Unified Diff: runtime/vm/stub_code_x64.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/stub_code_x64.cc
diff --git a/runtime/vm/stub_code_x64.cc b/runtime/vm/stub_code_x64.cc
index 7d06f4840b5413cb1bc01dcc3b9dba1edca65acb..a67c37755fafbcf5d50d82ed4d0dabf2eccd05f7 100644
--- a/runtime/vm/stub_code_x64.cc
+++ b/runtime/vm/stub_code_x64.cc
@@ -1476,7 +1476,7 @@ void StubCode::GenerateCallNoSuchMethodFunctionStub(Assembler* assembler) {
// The signature of the "noSuchMethod" method has to change from
// noSuchMethod(String name, Array arguments) to something like
// noSuchMethod(InvocationMirror call).
- // Also, the class NoSuchMethodException has to be modified accordingly.
+ // Also, the class NoSuchMethodError has to be modified accordingly.
// Total number of args is the first Smi in args descriptor array (R10).
const Immediate raw_null =
Immediate(reinterpret_cast<intptr_t>(Object::null()));

Powered by Google App Engine
This is Rietveld 408576698