Index: Source/WebKit/win/WebCoreSupport/WebFrameLoaderClient.h |
=================================================================== |
--- Source/WebKit/win/WebCoreSupport/WebFrameLoaderClient.h (revision 79367) |
+++ Source/WebKit/win/WebCoreSupport/WebFrameLoaderClient.h (working copy) |
@@ -94,6 +94,7 @@ |
virtual void updateGlobalHistory(); |
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; |