Chromium Code Reviews| Index: runtime/vm/runtime_entry_ia32.cc |
| =================================================================== |
| --- runtime/vm/runtime_entry_ia32.cc (revision 41244) |
| +++ runtime/vm/runtime_entry_ia32.cc (working copy) |
| @@ -33,7 +33,7 @@ |
| // informative error message. |
| __ movl(ECX, Immediate(GetEntryPoint())); |
| __ movl(EDX, Immediate(argument_count)); |
| - __ call(&StubCode::CallToRuntimeLabel()); |
| + __ call(&Isolate::Current()->stub_code()->CallToRuntimeLabel()); |
| } |
| } |