Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1504)

Unified Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp

Issue 2567913002: Rename ActiveDOMObject to SuspendableObject (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698