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 12d4e698239fabaed854ae7a14c38637109c442b..160ad724111de4f0ba694f9a807faea449b81b3c 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
@@ -43,9 +43,10 @@ |
namespace blink { |
-class MODULES_EXPORT ServiceWorker final : public AbstractWorker, |
- public ActiveScriptWrappable, |
- public WebServiceWorkerProxy { |
+class MODULES_EXPORT ServiceWorker final |
+ : public AbstractWorker, |
+ public ActiveScriptWrappable<ServiceWorker>, |
+ public WebServiceWorkerProxy { |
DEFINE_WRAPPERTYPEINFO(); |
USING_GARBAGE_COLLECTED_MIXIN(ServiceWorker); |