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

Unified Diff: runtime/vm/stub_code_ia32.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_ia32.cc
diff --git a/runtime/vm/stub_code_ia32.cc b/runtime/vm/stub_code_ia32.cc
index 8a69e9d93a2df8498f25df6db3ffaae74fca61b1..34bfc63a411b180e2cb52b32861d5ea271337073 100644
--- a/runtime/vm/stub_code_ia32.cc
+++ b/runtime/vm/stub_code_ia32.cc
@@ -1495,7 +1495,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 (EDX).
const Immediate raw_null =
Immediate(reinterpret_cast<intptr_t>(Object::null()));

Powered by Google App Engine
This is Rietveld 408576698