Index: src/compiler/operator-properties.cc |
diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc |
index 4233842ba719595f146663cec38883e31c583dba..02b2f64a307a5ef02a80e32de8a34e0938408bf7 100644 |
--- a/src/compiler/operator-properties.cc |
+++ b/src/compiler/operator-properties.cc |
@@ -102,6 +102,7 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) { |
case IrOpcode::kJSForInNext: |
case IrOpcode::kJSForInPrepare: |
case IrOpcode::kJSStackCheck: |
+ case IrOpcode::kJSGetSuperConstructor: |
return true; |
default: |