| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index c30f6aa96631fb5be970635f4928b60ba60e7278..603823a42baf300d50e4f725388d746c4f288c29 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -283,7 +283,7 @@ void LocalDOMWindow::clearDocument() {
|
|
|
| ASSERT(!m_document->isActive());
|
|
|
| - // FIXME: This should be part of ActiveDOMObject shutdown
|
| + // FIXME: This should be part of SuspendableObject shutdown
|
| clearEventQueue();
|
|
|
| m_unusedPreloadsTimer.stop();
|
|
|