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