| 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(
|
|
|