git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2008-04-02 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
[WebKit-https.git]
/
WebKit
/
qt
/
WebCoreSupport
/
FrameLoaderClientQt.cpp
diff --git
a/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
b/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
index
513aabf
..
252c15b
100644
(file)
--- a/
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
+++ b/
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
@@
-481,10
+481,7
@@
void FrameLoaderClientQt::updateGlobalHistory(const WebCore::KURL& url)
bool FrameLoaderClientQt::shouldGoToHistoryItem(WebCore::HistoryItem *item) const
{
- if (item) {
- return true;
- }
- return false;
+ return true;
}
void FrameLoaderClientQt::saveViewStateToItem(WebCore::HistoryItem*)