Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 880494c7d77266c26af0ca7b6702ed23863f2838..1a90eb638beeb041aef616633c8131bfd2553d5c 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2375,7 +2375,7 @@ class LCheckInstanceType V8_FINAL : public LTemplateInstruction<0, 1, 0> { |
class LCheckMaps V8_FINAL : public LTemplateInstruction<0, 1, 0> { |
public: |
- explicit LCheckMaps(LOperand* value) { |
+ explicit LCheckMaps(LOperand* value = NULL) { |
inputs_[0] = value; |
} |