| Index: src/execution.cc
 | 
| diff --git a/src/execution.cc b/src/execution.cc
 | 
| index 6d8c3c102247da8a9a3eb6ae9362847c879793c6..ebf8e2cc6541aacca6af5498959e86fa34c35515 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);
 | 
| +    SealHandleScope shs(isolate);
 | 
|      JSEntryFunction stub_entry = FUNCTION_CAST<JSEntryFunction>(code->entry());
 | 
|  
 | 
|      // Call the function through the right JS entry stub.
 | 
| 
 |