Index: src/runtime/runtime-scopes.cc |
diff --git a/src/runtime/runtime-scopes.cc b/src/runtime/runtime-scopes.cc |
index 26bfb29d9366b56ae1eefc4321dd065c3f10c78c..acdce8d1cf294af4b986d5b741cb5a4ef7f0b8d4 100644 |
--- a/src/runtime/runtime-scopes.cc |
+++ b/src/runtime/runtime-scopes.cc |
@@ -665,8 +665,6 @@ RUNTIME_FUNCTION(Runtime_NewScriptContext) { |
Handle<Context> result = |
isolate->factory()->NewScriptContext(closure, scope_info); |
- result->InitializeGlobalSlots(); |
- |
DCHECK(function->context() == isolate->context()); |
DCHECK(*global_object == result->global_object()); |