summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/History/WebHistoryPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/History/WebHistoryPrivate.h')
-rw-r--r--WebKit/mac/History/WebHistoryPrivate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/mac/History/WebHistoryPrivate.h b/WebKit/mac/History/WebHistoryPrivate.h
index 587783c..c7d6a1b 100644
--- a/WebKit/mac/History/WebHistoryPrivate.h
+++ b/WebKit/mac/History/WebHistoryPrivate.h
@@ -41,4 +41,10 @@ extern NSString *WebHistoryItemsDiscardedWhileLoadingNotification;
// FIXME: The following SPI is used by Safari. Should it be made into public API?
- (WebHistoryItem *)_itemForURLString:(NSString *)URLString;
+/*!
+ @method allItems
+ @result Returns an array of all WebHistoryItems in WebHistory, in an undefined order.
+*/
+- (NSArray *)allItems;
+
@end