Index: src/compiler/node-properties.cc |
diff --git a/src/compiler/node-properties.cc b/src/compiler/node-properties.cc |
index dc33d603371801daaf7566c9a96dfe6841428465..c278173ee1906d749306e19ff9a486f32781d45e 100644 |
--- a/src/compiler/node-properties.cc |
+++ b/src/compiler/node-properties.cc |
@@ -356,7 +356,6 @@ MaybeHandle<Context> NodeProperties::GetSpecializationNativeContext( |
case IrOpcode::kJSCreateBlockContext: |
case IrOpcode::kJSCreateCatchContext: |
case IrOpcode::kJSCreateFunctionContext: |
- case IrOpcode::kJSCreateModuleContext: |
case IrOpcode::kJSCreateScriptContext: |
case IrOpcode::kJSCreateWithContext: { |
// Skip over the intermediate contexts, we're only interested in the |