| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index 00806a7ce279905322908af283aae055f2a41944..1f019820b84e9da391ed1d7d80fc6770067f36bc 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -872,8 +872,7 @@ void Execution::ProcessDebugMessages(bool debug_command_only) {
|
|
|
| #endif
|
|
|
| -MaybeObject* Execution::HandleStackGuardInterrupt() {
|
| - Isolate* isolate = Isolate::Current();
|
| +MaybeObject* Execution::HandleStackGuardInterrupt(Isolate* isolate) {
|
| StackGuard* stack_guard = isolate->stack_guard();
|
|
|
| if (stack_guard->IsGCRequest()) {
|
|
|