| 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 da27b03d50830848fbbd00359583c6ad451c8f03..b7d7db7a1c0203e480237fa9e2ed9eb59fad795e 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| -#include "core/dom/ActiveDOMObject.h"
|
| #include "core/dom/MessagePort.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "core/events/EventListener.h"
|
| #include "core/events/EventTarget.h"
|
| #include "core/workers/AbstractWorker.h"
|
| @@ -37,7 +37,7 @@ class CORE_EXPORT InProcessWorkerBase : public AbstractWorker,
|
| static bool canTransferArrayBuffersAndImageBitmaps() { return true; }
|
| void terminate();
|
|
|
| - // ActiveDOMObject
|
| + // SuspendableObject
|
| void contextDestroyed() override;
|
|
|
| // ScriptWrappable
|
|
|