| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index 6d8c3c102247da8a9a3eb6ae9362847c879793c6..a45fdb7b6df0ca8d9dce784873618d9015966f1b 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -107,7 +107,7 @@ static Handle<Object> Invoke(bool is_construct,
|
| // Save and restore context around invocation and block the
|
| // allocation of handles without explicit handle scopes.
|
| SaveContext save(isolate);
|
| - NoHandleAllocation na(isolate);
|
| + RequireNewHandleScope rnhs(isolate);
|
| JSEntryFunction stub_entry = FUNCTION_CAST<JSEntryFunction>(code->entry());
|
|
|
| // Call the function through the right JS entry stub.
|
|
|