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

Unified Diff: Source/modules/serviceworkers/StashedPortCollection.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
« no previous file with comments | « Source/modules/serviceworkers/StashedMessagePort.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/StashedPortCollection.cpp
diff --git a/Source/modules/serviceworkers/StashedPortCollection.cpp b/Source/modules/serviceworkers/StashedPortCollection.cpp
index 6e07294789bc7ab0413c687c77f344b65bce7534..31fa906c8a31a82176c857e2165eb9e17464790d 100644
--- a/Source/modules/serviceworkers/StashedPortCollection.cpp
+++ b/Source/modules/serviceworkers/StashedPortCollection.cpp
@@ -53,6 +53,7 @@ ExecutionContext* StashedPortCollection::executionContext() const
DEFINE_TRACE(StashedPortCollection)
{
+ visitor->trace(m_ports);
EventTargetWithInlineData::trace(visitor);
ContextLifecycleObserver::trace(visitor);
}
« no previous file with comments | « Source/modules/serviceworkers/StashedMessagePort.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698