| Index: Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.cpp b/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| index 95328969cba4aee5620914841ac3475c7075590f..b2c00bfa2d4eb5d0502fe02e778af7f6433b428a 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| @@ -206,7 +206,7 @@ void ServiceWorkerContainer::dispatchMessageEvent(const blink::WebString& messag
|
| if (!executionContext() || !executionContext()->executingWindow())
|
| return;
|
|
|
| - OwnPtr<MessagePortArray> ports = MessagePort::toMessagePortArray(executionContext(), webChannels);
|
| + OwnPtrWillBeRawPtr<MessagePortArray> ports = MessagePort::toMessagePortArray(executionContext(), webChannels);
|
| RefPtr<SerializedScriptValue> value = SerializedScriptValue::createFromWire(message);
|
| executionContext()->executingWindow()->dispatchEvent(MessageEvent::create(ports.release(), value));
|
| }
|
|
|