Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index 5711a483b05c9341bec4ac13b68226d471e5e3b3..56625525d472c9e633b55a124eb468c5ca6dccef 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -165,7 +165,7 @@ class IC { |
// Access the target code for the given IC address. |
static inline Code* GetTargetAtAddress(Address address); |
static inline void SetTargetAtAddress(Address address, Code* target); |
- static void PostPatching(); |
+ static void PostPatching(Address address, Code* target, Code* old_target); |
private: |
// Frame pointer for the frame that uses (calls) the IC. |