summaryrefslogtreecommitdiffstats
path: root/WebCore/history
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-12-09 06:11:13 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-12-09 06:11:13 -0800
commit17c1a14b2505f0733de3526a49ce1e12a2eb8b37 (patch)
treee6cb5aa9a6d2b1178da4dc361193614b4c749e6a /WebCore/history
parent272b2e99702f8b2ef167a06dd77bc52122d9dd1c (diff)
parent85893753155358c7010c212d5a5c651d240b7351 (diff)
downloadexternal_webkit-17c1a14b2505f0733de3526a49ce1e12a2eb8b37.zip
external_webkit-17c1a14b2505f0733de3526a49ce1e12a2eb8b37.tar.gz
external_webkit-17c1a14b2505f0733de3526a49ce1e12a2eb8b37.tar.bz2
Merge change I85893753 into eclair-mr2
* changes: Pull down change 51321 from webkit.org.
Diffstat (limited to 'WebCore/history')
-rw-r--r--WebCore/history/CachedFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/history/CachedFrame.cpp b/WebCore/history/CachedFrame.cpp
index fe6c31f..a868134 100644
--- a/WebCore/history/CachedFrame.cpp
+++ b/WebCore/history/CachedFrame.cpp
@@ -103,7 +103,7 @@ void CachedFrameBase::restore()
// matches pageshowEvent as in Document::implicitClose()
m_document->dispatchWindowLoadEvent();
#endif
- m_document->dispatchWindowEvent(PageTransitionEvent::create(EventNames().pageshowEvent, true), m_document);
+ m_document->dispatchWindowEvent(PageTransitionEvent::create(eventNames().pageshowEvent, true), m_document);
}
CachedFrame::CachedFrame(Frame* frame)