| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index 76dfb9c38b18c16fd9217a5c34128d4f3308b12a..50aabc2933adaee3eca6aeef0260511a68c4cdcb 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -132,7 +132,7 @@ static Handle<Object> Invoke(bool construct,
|
| if (*has_pending_exception) {
|
| isolate->ReportPendingMessages();
|
| if (isolate->pending_exception() == Failure::OutOfMemoryException()) {
|
| - if (!isolate->handle_scope_implementer()->ignore_out_of_memory()) {
|
| + if (!isolate->ignore_out_of_memory()) {
|
| V8::FatalProcessOutOfMemory("JS", true);
|
| }
|
| }
|
|
|