Chromium Code Reviews| Index: src/ic/ic-state.cc | 
| diff --git a/src/ic/ic-state.cc b/src/ic/ic-state.cc | 
| index e944c390d3f8f5e0d35afa1b9a6ca8c60dbed007..2fbab4b4b10d65dc119897168963ffe29a00b086 100644 | 
| --- a/src/ic/ic-state.cc | 
| +++ b/src/ic/ic-state.cc | 
| @@ -12,7 +12,7 @@ | 
| // static | 
| void ICUtility::Clear(Isolate* isolate, Address address, | 
| - Address constant_pool) { | 
| + ConstantPoolArray* constant_pool) { | 
| IC::Clear(isolate, address, constant_pool); | 
| } |