Index: src/ic/ic-state.cc |
diff --git a/src/ic/ic-state.cc b/src/ic/ic-state.cc |
index 2fbab4b4b10d65dc119897168963ffe29a00b086..e944c390d3f8f5e0d35afa1b9a6ca8c60dbed007 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); |
} |