Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index 89c0eee0b49a980e15fe64f5ae894e54bca93643..d8c22bd1e1112f27a8291d951643cd426ad9f395 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -423,8 +423,7 @@ const CompareOperationHints& CompareOperationHintsOf(const Operator* op) { |
V(StoreMessage, Operator::kNoThrow, 1, 0) \ |
V(GeneratorRestoreContinuation, Operator::kNoThrow, 1, 1) \ |
V(StackCheck, Operator::kNoProperties, 0, 0) \ |
- V(CreateWithContext, Operator::kNoProperties, 2, 1) \ |
- V(CreateModuleContext, Operator::kNoProperties, 2, 1) |
+ V(CreateWithContext, Operator::kNoProperties, 2, 1) |
struct JSOperatorGlobalCache final { |
#define CACHED(Name, properties, value_input_count, value_output_count) \ |