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