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

Unified Diff: third_party/WebKit/Source/platform/AsyncMethodRunner.h

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/platform/AsyncMethodRunner.h
diff --git a/third_party/WebKit/Source/platform/AsyncMethodRunner.h b/third_party/WebKit/Source/platform/AsyncMethodRunner.h
index 18b9c79d5ad419ce852710c6e41065acad875365..d5280bfcfcaf9e74c5187dc647a80885bc87b3da 100644
--- a/third_party/WebKit/Source/platform/AsyncMethodRunner.h
+++ b/third_party/WebKit/Source/platform/AsyncMethodRunner.h
@@ -68,7 +68,7 @@ class AsyncMethodRunner final
// If it's scheduled to run the method, cancel it and remember to schedule
// it again when resume() is called. Mainly for implementing
- // ActiveDOMObject::suspend().
+ // SuspendableObject::suspend().
void suspend() {
if (m_suspended)
return;

Powered by Google App Engine
This is Rietveld 408576698