summaryrefslogtreecommitdiff
path: root/Source/WebCore/history/CachedFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/history/CachedFrame.cpp')
-rw-r--r--Source/WebCore/history/CachedFrame.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/history/CachedFrame.cpp b/Source/WebCore/history/CachedFrame.cpp
index 60fab043f..9b0d2fe82 100644
--- a/Source/WebCore/history/CachedFrame.cpp
+++ b/Source/WebCore/history/CachedFrame.cpp
@@ -168,7 +168,6 @@ CachedFrame::CachedFrame(Frame* frame)
// but after we've fired the pagehide event, in case that creates more objects.
// Suspending must also happen after we've recursed over child frames, in case
// those create more objects.
- // FIXME: It's still possible to have objects created after suspending in some cases, see http://webkit.org/b/53733 for more details.
m_document->documentWillSuspendForPageCache();
m_document->suspendScriptedAnimationControllerCallbacks();
m_document->suspendActiveDOMObjects(ActiveDOMObject::DocumentWillBecomeInactive);