| 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; | 
|  | 
|  |