| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 88cf3c493538b050fe97bc49cef68b6eaa97dac1..a673ecfb72d62a8465dc947e4c6b593a4c786fcc 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -107,7 +107,7 @@ void ServiceWorkerGlobalScopeProxy::dispatchExtendableMessageEvent(int eventID,
|
| ASSERT(RuntimeEnabledFeatures::serviceWorkerExtendableMessageEventEnabled());
|
|
|
| WebSerializedScriptValue value = WebSerializedScriptValue::fromString(message);
|
| - OwnPtrWillBeRawPtr<MessagePortArray> ports = MessagePort::toMessagePortArray(m_workerGlobalScope, webChannels);
|
| + MessagePortArray* ports = MessagePort::toMessagePortArray(m_workerGlobalScope, webChannels);
|
| // TODO(nhiroki): Support |origin| and |source| attributes.
|
| // (http://crbug.com/543198)
|
|
|
|
|