Chromium Code Reviews| Index: runtime/vm/runtime_entry_x64.cc |
| =================================================================== |
| --- runtime/vm/runtime_entry_x64.cc (revision 41244) |
| +++ runtime/vm/runtime_entry_x64.cc (working copy) |
| @@ -30,7 +30,7 @@ |
| // informative error message. |
| __ movq(RBX, Immediate(GetEntryPoint())); |
| __ movq(R10, Immediate(argument_count)); |
| - __ Call(&StubCode::CallToRuntimeLabel(), PP); |
| + __ Call(&Isolate::Current()->stub_code()->CallToRuntimeLabel(), PP); |
| } |
| } |