Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 6cf4af661f6ba392bf71bea658049f37d2863f40..d375febb9a992f53328683018685ff7f84de0ed8 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2110,7 +2110,7 @@ class LCheckMaps: public LTemplateInstruction<0, 1, 0> { |
}; |
-class LCheckPrototypeMaps: public LTemplateInstruction<0, 0, 1> { |
+class LCheckPrototypeMaps: public LTemplateInstruction<1, 0, 1> { |
public: |
explicit LCheckPrototypeMaps(LOperand* temp) { |
temps_[0] = temp; |