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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) 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 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);

Powered by Google App Engine
This is Rietveld 408576698