| 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 6c3a92534216b880edec6325edbda5523e768a00..e0a174c922f4ad20b1b1fe29e9c68bf848a85467 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| @@ -39,7 +39,7 @@ class CORE_EXPORT InProcessWorkerBase
|
| void terminate();
|
|
|
| // SuspendableObject
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // ScriptWrappable
|
| bool hasPendingActivity() const final;
|
|
|