Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index ee1eb05058634ed6f2b2e588c28cacc1ae1d33a1..09182523271b78aabd037c2315686d467b86f214 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -211,8 +211,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(); |