diff options
Diffstat (limited to 'WebKit/mac/History/WebHistoryItemInternal.h')
-rw-r--r-- | WebKit/mac/History/WebHistoryItemInternal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebKit/mac/History/WebHistoryItemInternal.h b/WebKit/mac/History/WebHistoryItemInternal.h index 74a8074..fe2ae1a 100644 --- a/WebKit/mac/History/WebHistoryItemInternal.h +++ b/WebKit/mac/History/WebHistoryItemInternal.h @@ -52,7 +52,6 @@ extern void WKNotifyHistoryItemChanged(); - (void)_mergeAutoCompleteHints:(WebHistoryItem *)otherItem; - (void)setTitle:(NSString *)title; - (void)_visitedWithTitle:(NSString *)title; -- (void)_setVisitCount:(int)count; - (void)_recordInitialVisit; @end |