Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index 735ae58e4c5db871b4b22d7b4d178ef54e45a72c..ccd90b53c6b1cc831a7b1defb280c59027be9e30 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -208,8 +208,7 @@ class LCodeGen: public LCodeGenBase { |
Safepoint::DeoptMode mode); |
void DeoptimizeIf(Condition cc, LInstruction* instr, const char* detail, |
Deoptimizer::BailoutType bailout_type); |
- void DeoptimizeIf(Condition cc, LInstruction* instr, |
- const char* detail = NULL); |
+ void DeoptimizeIf(Condition cc, LInstruction* instr, const char* detail); |
bool DeoptEveryNTimes() { |
return FLAG_deopt_every_n_times != 0 && !info()->IsStub(); |