Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 9e3e836ed45823fe7cdee16e0fcd7f8eb187c0c2..c4f6d842f902133cc8ff4fac3b59cc29bd6c6d1c 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2034,7 +2034,7 @@ class LStoreKeyedGeneric: public LTemplateInstruction<0, 3, 0> { |
}; |
-class LTransitionElementsKind: public LTemplateInstruction<1, 1, 2> { |
+class LTransitionElementsKind: public LTemplateInstruction<0, 1, 2> { |
public: |
LTransitionElementsKind(LOperand* object, |
LOperand* new_map_temp, |