| Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
|
| index c2978e03e57fb5620aa15cd25e33fb7366cfd85f..a8953fa1031403fa80fc912235b55da77d301637 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
|
| @@ -33,7 +33,7 @@ class MODULES_EXPORT CompositorWorkerGlobalScope final
|
| // EventTarget
|
| const AtomicString& interfaceName() const override;
|
|
|
| - void postMessage(ExecutionContext*,
|
| + void postMessage(ScriptState*,
|
| PassRefPtr<SerializedScriptValue>,
|
| const MessagePortArray&,
|
| ExceptionState&);
|
|
|