Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index f2d039e29ea959b9576030217d568bbe61b87a79..cb3c47c73588d1caadc46846036beb8aee9e76e0 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -156,7 +156,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); } |