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

Unified Diff: dart/runtime/vm/stub_code_x64.cc

Issue 14049009: Rename Invocation to InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged Created 7 years, 8 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: 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()));
« no previous file with comments | « dart/runtime/vm/stub_code_ia32.cc ('k') | dart/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698