Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index 12473c16544b791bd1a297283199662ae39aa7e1..d3959c771d70424ce204f88097c8204a397d5910 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -244,7 +244,7 @@ const StoreNamedParameters& StoreNamedParametersOf(const Operator* op) { |
V(CreateWithContext, Operator::kNoProperties, 2, 1) \ |
V(CreateBlockContext, Operator::kNoProperties, 2, 1) \ |
V(CreateModuleContext, Operator::kNoProperties, 2, 1) \ |
- V(CreateGlobalContext, Operator::kNoProperties, 2, 1) |
+ V(CreateScriptContext, Operator::kNoProperties, 2, 1) |
struct JSOperatorGlobalCache FINAL { |