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