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

Unified Diff: third_party/WebKit/Source/web/SuspendableScriptExecutor.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/web/SuspendableScriptExecutor.cpp
diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
index c62c432afaa6adb1d47bbcd2e62e3f1ac1b545af..6145f8a4e3156521c9f2a36ce874970f7a4412dc 100644
--- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
+++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
@@ -227,7 +227,7 @@ void SuspendableScriptExecutor::executeAndDestroySelf() {
void SuspendableScriptExecutor::dispose() {
// Remove object as a ContextLifecycleObserver.
- ActiveDOMObject::clearContext();
+ SuspendableObject::clearContext();
m_keepAlive.clear();
stop();
}

Powered by Google App Engine
This is Rietveld 408576698