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

Unified Diff: dart/runtime/vm/stub_code_ia32.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
« no previous file with comments | « dart/runtime/vm/stack_frame_test.cc ('k') | dart/runtime/vm/stub_code_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()));
« no previous file with comments | « dart/runtime/vm/stack_frame_test.cc ('k') | dart/runtime/vm/stub_code_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698