| Index: src/json-parser.cc
|
| diff --git a/src/json-parser.cc b/src/json-parser.cc
|
| index 29a7af9c73803bd041915794e903dbf72f25a697..bf2fd0d67391b902d47e060bfcfb5291e8f11ff8 100644
|
| --- a/src/json-parser.cc
|
| +++ b/src/json-parser.cc
|
| @@ -250,7 +250,7 @@ Handle<Object> JsonParser<seq_one_byte>::ParseJsonValue() {
|
| }
|
|
|
| if (stack_check.InterruptRequested() &&
|
| - isolate_->stack_guard()->HandleInterrupts()->IsException()) {
|
| + isolate_->stack_guard()->HandleInterrupts()->IsException(isolate_)) {
|
| return Handle<Object>::null();
|
| }
|
|
|
|
|