| Index: runtime/vm/flow_graph_builder.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.cc (revision 36803)
|
| +++ runtime/vm/flow_graph_builder.cc (working copy)
|
| @@ -3775,9 +3775,7 @@
|
| int invocation_type) {
|
| ZoneGrowableArray<PushArgumentInstr*>* arguments =
|
| new ZoneGrowableArray<PushArgumentInstr*>();
|
| - // Object receiver.
|
| - // TODO(regis): For now, we pass a class literal of the unresolved
|
| - // method's owner, but this is not specified and will probably change.
|
| + // Object receiver, actually a class literal of the unresolved method's owner.
|
| Type& type = Type::ZoneHandle(
|
| I,
|
| Type::New(function_class,
|
|
|