| Index: dart/runtime/vm/stub_code_x64.cc
|
| diff --git a/dart/runtime/vm/stub_code_x64.cc b/dart/runtime/vm/stub_code_x64.cc
|
| index 90d3b82aa90e1e67948e33720bc8d81f602ef1b1..014b7989beff0431e9524c67eaf8df42533de0c0 100644
|
| --- a/dart/runtime/vm/stub_code_x64.cc
|
| +++ b/dart/runtime/vm/stub_code_x64.cc
|
| @@ -1331,7 +1331,7 @@ void StubCode::GenerateAllocationStubForClosure(Assembler* assembler,
|
| // R10 : arguments descriptor array.
|
| 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()));
|
| __ movq(R13, FieldAddress(R10, ArgumentsDescriptor::count_offset()));
|
|
|