| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index fd9547d94a50b356b059951403d3adc98aa8ca4f..4a732966349a7dcbbf60cd6e9afe24e19dd20dcf 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -144,7 +144,7 @@ class JSOperatorBuilder {
|
| }
|
| Operator* StoreContext(uint16_t depth, uint32_t index) {
|
| ContextAccess access(depth, index, false);
|
| - OP1(JSStoreContext, ContextAccess, access, Operator::kNoProperties, 2, 1);
|
| + OP1(JSStoreContext, ContextAccess, access, Operator::kNoProperties, 2, 0);
|
| }
|
|
|
| Operator* TypeOf() { SIMPLE(JSTypeOf, Operator::kPure, 1, 1); }
|
|
|