| 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 e0a174c922f4ad20b1b1fe29e9c68bf848a85467..53977379df542a9355c3096728d65bbf8c9a720e 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| @@ -21,6 +21,7 @@ namespace blink {
|
| class ExceptionState;
|
| class ExecutionContext;
|
| class InProcessWorkerMessagingProxy;
|
| +class ScriptState;
|
| class WorkerScriptLoader;
|
|
|
| // Base class for workers that operate in the same process as the document that
|
| @@ -31,7 +32,7 @@ class CORE_EXPORT InProcessWorkerBase
|
| public:
|
| ~InProcessWorkerBase() override;
|
|
|
| - void postMessage(ExecutionContext*,
|
| + void postMessage(ScriptState*,
|
| PassRefPtr<SerializedScriptValue> message,
|
| const MessagePortArray&,
|
| ExceptionState&);
|
|
|