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

Unified Diff: Source/modules/webdatabase/DatabaseContext.cpp

Issue 17351003: Rename ContextDestructionObserver to ContextLifecycleObserver (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reapplied Created 7 years, 6 months 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
« no previous file with comments | « Source/modules/speech/SpeechSynthesisUtterance.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseContext.cpp
diff --git a/Source/modules/webdatabase/DatabaseContext.cpp b/Source/modules/webdatabase/DatabaseContext.cpp
index 349c6f8938a998987cfd09a20592f054de96e86d..27269775fd36ea4dd1b3c28b3f8d5b9368ae8893 100644
--- a/Source/modules/webdatabase/DatabaseContext.cpp
+++ b/Source/modules/webdatabase/DatabaseContext.cpp
@@ -75,7 +75,7 @@ namespace WebCore {
// During shutdown, the DatabaseContext needs to:
// 1. "outlive" the ScriptExecutionContext.
// - This is needed because the DatabaseContext needs to remove itself from the
-// ScriptExecutionContext's ActiveDOMObject list and ContextDestructionObserver
+// ScriptExecutionContext's ActiveDOMObject list and ContextLifecycleObserver
// list. This removal needs to be executed on the script's thread. Hence, we
// rely on the ScriptExecutionContext's shutdown process to call
// stop() and contextDestroyed() to give us a chance to clean these up from
« no previous file with comments | « Source/modules/speech/SpeechSynthesisUtterance.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698