Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
index 28fed9322cdb82b1fea4e4c0c2bda6a585052b25..7ec0d21b73072c134d77293661d31c99d4ea6e52 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -53,7 +53,7 @@ class WebURL; |
class WorkerClients; |
// See WebServiceWorkerContextClient for documentation for the methods in this class. |
-class MODULES_EXPORT ServiceWorkerGlobalScopeClient : public HeapSupplement<WorkerClients> { |
+class MODULES_EXPORT ServiceWorkerGlobalScopeClient : public Supplement<WorkerClients> { |
WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeClient); |
DISALLOW_NEW(); |
public: |