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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp

Issue 1851743002: Simplify Supplementables post Oilpan. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component build Created 4 years, 9 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
Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
index 53aa5c931f75182c508a61ab1787e80dd1b632e7..9044c03682b4404705ce304f669a51713567cd64 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
@@ -124,8 +124,8 @@ DEFINE_TRACE(ServiceWorkerRegistration)
visitor->trace(m_waiting);
visitor->trace(m_active);
RefCountedGarbageCollectedEventTargetWithInlineData<ServiceWorkerRegistration>::trace(visitor);
- HeapSupplementable<ServiceWorkerRegistration>::trace(visitor);
ActiveDOMObject::trace(visitor);
+ Supplementable<ServiceWorkerRegistration>::trace(visitor);
}
bool ServiceWorkerRegistration::hasPendingActivity() const

Powered by Google App Engine
This is Rietveld 408576698