| Index: src/x64/lithium-x64.h | 
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h | 
| index c6f06f511bc052da0dc2d9f5b693c25588d594d5..449c2a129d84888afb5fb563299ed6c0a42116bf 100644 | 
| --- a/src/x64/lithium-x64.h | 
| +++ b/src/x64/lithium-x64.h | 
| @@ -2277,7 +2277,7 @@ class LChunkBuilder BASE_EMBEDDED { | 
| bool is_done() const { return status_ == DONE; } | 
| bool is_aborted() const { return status_ == ABORTED; } | 
|  | 
| -  void Abort(const char* format, ...); | 
| +  void Abort(const char* reason); | 
|  | 
| // Methods for getting operands for Use / Define / Temp. | 
| LUnallocated* ToUnallocated(Register reg); | 
|  |