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

Unified Diff: dart/runtime/vm/dart_entry.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/lib/object_patch.dart ('k') | dart/runtime/vm/stack_frame_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/vm/dart_entry.cc
diff --git a/dart/runtime/vm/dart_entry.cc b/dart/runtime/vm/dart_entry.cc
index 08bef085e62469abb0a08b8d8076dd6b71c3141d..63fc459f79c6bca5bf6afcc44c334704f256ec2a 100644
--- a/dart/runtime/vm/dart_entry.cc
+++ b/dart/runtime/vm/dart_entry.cc
@@ -111,7 +111,7 @@ RawObject* DartEntry::InvokeNoSuchMethod(const Instance& receiver,
const Array& arguments,
const Array& arguments_descriptor) {
ASSERT(receiver.raw() == arguments.At(0));
- // Allocate an InvocationMirror object.
+ // Allocate an Invocation object.
const Library& core_lib = Library::Handle(Library::CoreLibrary());
Class& invocation_mirror_class = Class::Handle(
« no previous file with comments | « dart/runtime/lib/object_patch.dart ('k') | dart/runtime/vm/stack_frame_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698