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