Index: third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp |
diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp |
index aa5e74eb45d682da49a7d7dd6a2afbad329df13a..ceaf184d468958117fab6ca7eb6644100b2803f0 100644 |
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp |
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp |
@@ -66,7 +66,7 @@ const AtomicString& DedicatedWorkerGlobalScope::interfaceName() const |
return EventTargetNames::DedicatedWorkerGlobalScope; |
} |
-void DedicatedWorkerGlobalScope::postMessage(ExecutionContext* context, PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionState& exceptionState) |
+void DedicatedWorkerGlobalScope::postMessage(ExecutionContext* context, PassRefPtr<SerializedScriptValue> message, const MessagePortArray& ports, ExceptionState& exceptionState) |
{ |
// Disentangle the port in preparation for sending it to the remote context. |
OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(context, ports, exceptionState); |