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

Unified Diff: third_party/WebKit/Source/core/workers/SharedWorker.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/core/workers/SharedWorker.h
diff --git a/third_party/WebKit/Source/core/workers/SharedWorker.h b/third_party/WebKit/Source/core/workers/SharedWorker.h
index 8330b0d8c8675de22795573afad4254bd623a891..bc43f0b16b9c7aa4d905083f0451cce1652643b4 100644
--- a/third_party/WebKit/Source/core/workers/SharedWorker.h
+++ b/third_party/WebKit/Source/core/workers/SharedWorker.h
@@ -42,9 +42,10 @@ namespace blink {
class ExceptionState;
-class CORE_EXPORT SharedWorker final : public AbstractWorker,
- public Supplementable<SharedWorker>,
- public ActiveScriptWrappable {
+class CORE_EXPORT SharedWorker final
+ : public AbstractWorker,
+ public Supplementable<SharedWorker>,
+ public ActiveScriptWrappable<SharedWorker> {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(SharedWorker);

Powered by Google App Engine
This is Rietveld 408576698