Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index f49e8ce4f8a0b114e36f1142609555ea01d8010b..e393c0e48e278049d94e0b2d1cebd07b6572831b 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2114,7 +2114,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, |