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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.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/modules/serviceworkers/ServiceWorker.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
index 58027101d7af3cf7113dbc13dbe6fd092e90c528..5f06610b8c07c4ca85dfe04dbb675c5c80358e77 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
@@ -85,7 +85,7 @@ class MODULES_EXPORT ServiceWorker final : public AbstractWorker,
std::unique_ptr<WebServiceWorker::Handle>);
ServiceWorker(ExecutionContext*, std::unique_ptr<WebServiceWorker::Handle>);
- // ActiveDOMObject overrides.
+ // SuspendableObject overrides.
void contextDestroyed() override;
// A handle to the service worker representation in the embedder.

Powered by Google App Engine
This is Rietveld 408576698