Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2501)

Unified Diff: Source/modules/serviceworkers/StashedMessagePort.cpp

Issue 1140343003: Oilpan: fix build after r195535. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more trace tidying Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp ('k') | Source/modules/serviceworkers/StashedPortCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698