Chromium Code Reviews

Unified Diff: Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp

Issue 6541090: Merge 79107 - 2011-02-19 Charlie Reis <creis@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h ('k') | Source/WebKit/mac/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp
===================================================================
--- Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp (revision 79367)
+++ Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp (working copy)
@@ -483,6 +483,11 @@
return true;
}
+bool FrameLoaderClientHaiku::shouldStopLoadingForHistoryItem(WebCore::HistoryItem*) const
+{
+ return true;
+}
+
void FrameLoaderClientHaiku::dispatchDidAddBackForwardItem(WebCore::HistoryItem*) const
{
}
« no previous file with comments | « Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h ('k') | Source/WebKit/mac/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine