| Index: src/factory.cc
|
| diff --git a/src/factory.cc b/src/factory.cc
|
| index fe71a225b5bb0374a6a8a7ed2186469b6ba6dc8a..18eb6c151820b1eaa77ec3fafdf8f6f6250ece01 100644
|
| --- a/src/factory.cc
|
| +++ b/src/factory.cc
|
| @@ -476,8 +476,8 @@ Handle<ExternalArray> Factory::NewExternalArray(int length,
|
|
|
| Handle<JSGlobalPropertyCell> Factory::NewJSGlobalPropertyCell(
|
| Handle<Object> value) {
|
| - ALLOW_HANDLE_DEREF(isolate(),
|
| - "converting a handle into a global property cell");
|
| + ALLOW_DEFERRED_HANDLE_DEREF(
|
| + isolate(), "converting a handle into a global property cell");
|
| CALL_HEAP_FUNCTION(
|
| isolate(),
|
| isolate()->heap()->AllocateJSGlobalPropertyCell(*value),
|
|
|