Index: Source/modules/serviceworkers/StashedMessagePort.cpp |
diff --git a/Source/modules/serviceworkers/StashedMessagePort.cpp b/Source/modules/serviceworkers/StashedMessagePort.cpp |
index 34fa00e3b794b9354603a7e25c172e41a175a67f..8221b2b3110f5748f77349e14e3fd2e25b2ecec9 100644 |
--- a/Source/modules/serviceworkers/StashedMessagePort.cpp |
+++ b/Source/modules/serviceworkers/StashedMessagePort.cpp |
@@ -58,7 +58,7 @@ void StashedMessagePort::dispatchMessages() |
if (!isEntangled()) |
return; |
ASSERT(executionContext()->isServiceWorkerGlobalScope()); |
- RefPtr<StashedPortCollection> stashedPorts = toServiceWorkerGlobalScope(executionContext())->ports(); |
+ RefPtrWillBeRawPtr<StashedPortCollection> stashedPorts = toServiceWorkerGlobalScope(executionContext())->ports(); |
RefPtr<SerializedScriptValue> message; |
OwnPtr<MessagePortChannelArray> channels; |