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

Unified Diff: third_party/WebKit/Source/core/workers/InProcessWorkerBase.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/InProcessWorkerBase.h
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
index b7d7db7a1c0203e480237fa9e2ed9eb59fad795e..6c3a92534216b880edec6325edbda5523e768a00 100644
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
@@ -25,8 +25,9 @@ class WorkerScriptLoader;
// Base class for workers that operate in the same process as the document that
// creates them.
-class CORE_EXPORT InProcessWorkerBase : public AbstractWorker,
- public ActiveScriptWrappable {
+class CORE_EXPORT InProcessWorkerBase
+ : public AbstractWorker,
+ public ActiveScriptWrappable<InProcessWorkerBase> {
public:
~InProcessWorkerBase() override;

Powered by Google App Engine
This is Rietveld 408576698