Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index 6002d9291383819645f1b97f46549c3e5a402372..4ae59eaeec5991b515e5a40ddb1064f98c28d2d4 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -285,14 +285,8 @@ class CallIC : public IC { |
DCHECK(nexus != NULL); |
} |
- void PatchMegamorphic(Handle<Object> function); |
- |
void HandleMiss(Handle<Object> function); |
- // Returns true if a custom handler was installed. |
- bool DoCustomHandler(Handle<Object> function, |
- const CallICState& callic_state); |
- |
// Code generator routines. |
static Handle<Code> initialize_stub(Isolate* isolate, int argc, |
CallICState::CallType call_type); |