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