diff options
Diffstat (limited to 'WebCore/history/CachedFrame.cpp')
-rw-r--r-- | WebCore/history/CachedFrame.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/history/CachedFrame.cpp b/WebCore/history/CachedFrame.cpp index a027b62..a7261dd 100644 --- a/WebCore/history/CachedFrame.cpp +++ b/WebCore/history/CachedFrame.cpp @@ -105,10 +105,6 @@ void CachedFrameBase::restore() for (unsigned i = 0; i < m_childFrames.size(); ++i) m_childFrames[i]->open(); -#ifdef ANDROID_PAGE_CACHE_UNLOAD - // matches pageshowEvent as in Document::implicitClose() - m_document->dispatchWindowLoadEvent(); -#endif m_document->dispatchWindowEvent(PageTransitionEvent::create(eventNames().pageshowEvent, true), m_document); #if ENABLE(TOUCH_EVENTS) if (m_document->hasListenerType(Document::TOUCH_LISTENER)) |