| Index: dart/runtime/vm/stub_code_ia32.cc
|
| diff --git a/dart/runtime/vm/stub_code_ia32.cc b/dart/runtime/vm/stub_code_ia32.cc
|
| index 1a48f6b0217acd5994ab090cf9f4c8cda855b8c8..c99c981448a11bd0118fb33883cbc0c4edfe612d 100644
|
| --- a/dart/runtime/vm/stub_code_ia32.cc
|
| +++ b/dart/runtime/vm/stub_code_ia32.cc
|
| @@ -1345,7 +1345,7 @@ void StubCode::GenerateAllocationStubForClosure(Assembler* assembler,
|
| // Uses EAX, EBX, EDI as temporary registers.
|
| void StubCode::GenerateCallNoSuchMethodFunctionStub(Assembler* assembler) {
|
| // The target function was not found, so invoke method
|
| - // "dynamic noSuchMethod(InvocationMirror invocation)".
|
| + // "dynamic noSuchMethod(Invocation invocation)".
|
| const Immediate& raw_null =
|
| Immediate(reinterpret_cast<intptr_t>(Object::null()));
|
| __ movl(EDI, FieldAddress(EDX, ArgumentsDescriptor::count_offset()));
|
|
|