| Index: src/ia32/lithium-codegen-ia32.h | 
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h | 
| index ab74cc717322d7f27ee12948d484f35d08be3ac5..9058ede0ebb8cbf2b5eb764486a21f306a1982c7 100644 | 
| --- a/src/ia32/lithium-codegen-ia32.h | 
| +++ b/src/ia32/lithium-codegen-ia32.h | 
| @@ -171,7 +171,7 @@ class LCodeGen BASE_EMBEDDED { | 
| int GetStackSlotCount() const { return chunk()->spill_slot_count(); } | 
| int GetParameterCount() const { return scope()->num_parameters(); } | 
|  | 
| -  void Abort(const char* format, ...); | 
| +  void Abort(const char* reason); | 
| void Comment(const char* format, ...); | 
|  | 
| void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); } | 
|  |