Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp |
index 8c1a97138eb3ccf68f4ac34cb97dcfe5cd71df16..aa39db2a03a437a3fcfaff34919003aee963037c 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp |
@@ -49,7 +49,7 @@ const AtomicString& ServiceWorker::interfaceName() const |
return EventTargetNames::ServiceWorker; |
} |
-void ServiceWorker::postMessage(ExecutionContext* context, PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionState& exceptionState) |
+void ServiceWorker::postMessage(ExecutionContext* context, PassRefPtr<SerializedScriptValue> message, const MessagePortArray& ports, ExceptionState& exceptionState) |
{ |
ServiceWorkerContainerClient* client = ServiceWorkerContainerClient::from(getExecutionContext()); |
if (!client || !client->provider()) { |