| Index: runtime/vm/dart_entry.cc
|
| diff --git a/runtime/vm/dart_entry.cc b/runtime/vm/dart_entry.cc
|
| index 817b7e9cc911f4db2c4d3a200d2f6cf01e3e067e..6dd8ef9841a6319047b83914bf03c001d8f1a40a 100644
|
| --- a/runtime/vm/dart_entry.cc
|
| +++ b/runtime/vm/dart_entry.cc
|
| @@ -93,7 +93,7 @@ RawObject* DartEntry::InvokeFunction(const Function& function,
|
| }
|
| // Now Call the invoke stub which will invoke the dart function.
|
| invokestub entrypoint = reinterpret_cast<invokestub>(
|
| - isolate->stub_code()->InvokeDartCodeEntryPoint());
|
| + StubCode::InvokeDartCodeEntryPoint());
|
| const Code& code = Code::Handle(zone, function.CurrentCode());
|
| ASSERT(!code.IsNull());
|
| ASSERT(Isolate::Current()->no_callback_scope_depth() == 0);
|
|
|