| Index: src/ic/ic-state.h | 
| diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h | 
| index 76c0155206b813531f6ea2a625b3ec36b01c5739..8554d6a47beadc912e231988fbdddcc7842bffe8 100644 | 
| --- a/src/ic/ic-state.h | 
| +++ b/src/ic/ic-state.h | 
| @@ -17,8 +17,7 @@ const int kMaxKeyedPolymorphism = 4; | 
| class ICUtility : public AllStatic { | 
| public: | 
| // Clear the inline cache to initial state. | 
| -  static void Clear(Isolate* isolate, Address address, | 
| -                    ConstantPoolArray* constant_pool); | 
| +  static void Clear(Isolate* isolate, Address address, Address constant_pool); | 
| }; | 
|  | 
|  | 
|  |