| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index 8cef1aea5394f07db103f61e639695339bcb8343..da7236bce26419f13df98e79ece6648ac26c2ddc 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -2704,7 +2704,7 @@ void Heap::CreateFixedStubs() {
|
| // for cooking and uncooking (check out frames.cc).
|
| // The eliminates the need for doing dictionary lookup in the
|
| // stub cache for these stubs.
|
| - HandleScope scope;
|
| + HandleScope scope(isolate());
|
| // gcc-4.4 has problem generating correct code of following snippet:
|
| // { JSEntryStub stub;
|
| // js_entry_code_ = *stub.GetCode();
|
|
|