Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index d13a31b269c14b7351dad76af4b58b28e14ba11b..03a91c468707d00e9695f0f4edadb0a7bd96ad61 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -3241,7 +3241,7 @@ class HArgumentsObject: public HTemplateInstruction<0> { |
class HConstant: public HTemplateInstruction<0> { |
public: |
- HConstant(Handle<Object> handle, Representation r); |
+ HConstant(Handle<Object> handle, Representation r = Representation::None()); |
HConstant(int32_t value, |
Representation r = Representation::None(), |
bool is_not_in_new_space = true, |