| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index cb137d1c9167670aacb8fb15884ab4955369305d..65cc213453b9ed581573225bf00a6c0b4e2b7cff 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -237,7 +237,7 @@ class LCodeGen: public LCodeGenBase {
|
| void DeoptimizeIf(Condition condition, LInstruction* instr,
|
| const char* detail, Deoptimizer::BailoutType bailout_type);
|
| void DeoptimizeIf(Condition condition, LInstruction* instr,
|
| - const char* detail = NULL);
|
| + const char* detail);
|
|
|
| void AddToTranslation(LEnvironment* environment,
|
| Translation* translation,
|
|
|