| Index: src/ia32/lithium-ia32.h | 
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h | 
| index 379d64b1153f97bbde7cfe31b2657409ff458926..31f09170707259bc864c5b5780dbf562c3d1090f 100644 | 
| --- a/src/ia32/lithium-ia32.h | 
| +++ b/src/ia32/lithium-ia32.h | 
| @@ -2735,8 +2735,8 @@ class LPlatformChunk V8_FINAL : public LChunk { | 
| : LChunk(info, graph), | 
| num_double_slots_(0) { } | 
|  | 
| -  int GetNextSpillIndex(bool is_double); | 
| -  LOperand* GetNextSpillSlot(bool is_double); | 
| +  int GetNextSpillIndex(RegisterKind kind); | 
| +  LOperand* GetNextSpillSlot(RegisterKind kind); | 
|  | 
| int num_double_slots() const { return num_double_slots_; } | 
|  | 
|  |