Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 02a97e24b17156f16e7a407bcbaa30af594356ab..e616a889dc404c8d1e16dfb7417e52f89719571b 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 { |