| Index: third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| index 85a87c07615953e00abd6f401ccd19f4da6ed141..a4e078078d7070c7bbb2bc3ad97dc0278f683b82 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| @@ -56,7 +56,7 @@ public:
|
| // EventTarget
|
| const AtomicString& interfaceName() const override;
|
|
|
| - void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue>, const MessagePortArray*, ExceptionState&);
|
| + void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue>, const MessagePortArray&, ExceptionState&);
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(message);
|
|
|
|
|