Index: Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h |
=================================================================== |
--- Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h (revision 79367) |
+++ Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h (working copy) |
@@ -151,6 +151,7 @@ |
virtual void updateGlobalHistoryRedirectLinks(); |
virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const; |
+ virtual bool shouldStopLoadingForHistoryItem(WebCore::HistoryItem*) const; |
virtual void dispatchDidAddBackForwardItem(WebCore::HistoryItem*) const; |
virtual void dispatchDidRemoveBackForwardItem(WebCore::HistoryItem*) const; |
virtual void dispatchDidChangeBackForwardIndex() const; |