| 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()));
|
|
|