| Index: third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| index e52c8f7c98d5a8fe91d2b32243da4fc915207d40..51c02e75a65cb2a1dfab710f8e894e8e6df30cdb 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| @@ -32,7 +32,7 @@ InProcessWorkerBase::~InProcessWorkerBase()
|
| m_contextProxy->workerObjectDestroyed();
|
| }
|
|
|
| -void InProcessWorkerBase::postMessage(ExecutionContext* context, PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionState& exceptionState)
|
| +void InProcessWorkerBase::postMessage(ExecutionContext* context, PassRefPtr<SerializedScriptValue> message, const MessagePortArray& ports, ExceptionState& exceptionState)
|
| {
|
| ASSERT(m_contextProxy);
|
| // Disentangle the port in preparation for sending it to the remote context.
|
|
|