| Index: src/compiler/operator-properties.cc
|
| diff --git a/src/compiler/operator-properties.cc b/src/compiler/operator-properties.cc
|
| index 0a9e6448e2799547e455986f1fbf56d9afddd59a..4a91d7764549661193865896de5b124af7b7976e 100644
|
| --- a/src/compiler/operator-properties.cc
|
| +++ b/src/compiler/operator-properties.cc
|
| @@ -78,6 +78,7 @@ bool OperatorProperties::HasFrameStateInput(const Operator* op) {
|
| case IrOpcode::kJSStoreProperty:
|
| case IrOpcode::kJSLoadGlobal:
|
| case IrOpcode::kJSStoreGlobal:
|
| + case IrOpcode::kJSStoreDataPropertyInLiteral:
|
| case IrOpcode::kJSDeleteProperty:
|
|
|
| // Context operations
|
|
|