Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index 5f66e88bf022481e71760e435b88a50f1689a361..d2b9fb08b8ed775cfed6c5b8845218f16c8577ac 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -348,10 +348,10 @@ class CallIC : public IC { |
void PatchMegamorphic(Handle<Object> function); |
- void HandleMiss(Handle<Object> receiver, Handle<Object> function); |
+ void HandleMiss(Handle<Object> function); |
// Returns true if a custom handler was installed. |
- bool DoCustomHandler(Handle<Object> receiver, Handle<Object> function, |
+ bool DoCustomHandler(Handle<Object> function, |
const CallICState& callic_state); |
// Code generator routines. |