Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 081774f21a614d5ea61234735c7789098aa7da2c..cf1a9683f90a4391ff12a595a6d07946f4189746 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -2110,6 +2110,7 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_InitializeConstGlobal) { |
} else if (lookup.IsNormal()) { |
if (global->GetNormalizedProperty(&lookup)->IsTheHole() || |
!lookup.IsReadOnly()) { |
+ HandleScope scope(isolate); |
global->SetNormalizedProperty(&lookup, *value); |
} |
} else { |