diff options
Diffstat (limited to 'WebCore/history/CachedFrame.cpp')
| -rw-r--r-- | WebCore/history/CachedFrame.cpp | 2 |
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) |
