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