diff options
Diffstat (limited to 'WebKit/mac/History/WebHistoryInternal.h')
-rw-r--r-- | WebKit/mac/History/WebHistoryInternal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebKit/mac/History/WebHistoryInternal.h b/WebKit/mac/History/WebHistoryInternal.h index 9e69734..b4431c5 100644 --- a/WebKit/mac/History/WebHistoryInternal.h +++ b/WebKit/mac/History/WebHistoryInternal.h @@ -33,7 +33,6 @@ namespace WebCore { } @interface WebHistory (WebInternal) -- (void)_visitedURL:(NSURL *)URL withTitle:(NSString *)title method:(NSString *)method wasFailure:(BOOL)wasFailure serverRedirectURL:(NSString *)serverRedirectURL isClientRedirect:(BOOL)isClientRedirect; -- (void)_visitedURLForRedirectWithoutHistoryItem:(NSURL *)url; +- (void)_visitedURL:(NSURL *)URL withTitle:(NSString *)title method:(NSString *)method wasFailure:(BOOL)wasFailure; - (void)_addVisitedLinksToPageGroup:(WebCore::PageGroup&)group; @end |