| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index 4483f6954e661ec589aa53f3975ce9e65eba7459..6dc514d5a21c0f5531736265ac1bae6d331891dc 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -8051,7 +8051,7 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_CompileForOnStackReplacement) {
|
| PrintF("]\n");
|
| }
|
| InterruptStub interrupt_stub;
|
| - Handle<Code> check_code = interrupt_stub.GetCode();
|
| + Handle<Code> check_code = interrupt_stub.GetCode(isolate);
|
| Handle<Code> replacement_code = isolate->builtins()->OnStackReplacement();
|
| Deoptimizer::RevertStackCheckCode(*unoptimized,
|
| *check_code,
|
|
|