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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerGlobalScope.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 | « no previous file | Source/modules/serviceworkers/StashedMessagePort.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
index e9ded4a3e69ddad02fd12d65478d29a8f940fe2f..fd442a7c16900af2ebd033652ecfb86a3809bde3 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
@@ -214,6 +214,7 @@ DEFINE_TRACE(ServiceWorkerGlobalScope)
{
visitor->trace(m_clients);
visitor->trace(m_registration);
+ visitor->trace(m_ports);
WorkerGlobalScope::trace(visitor);
}
« no previous file with comments | « no previous file | Source/modules/serviceworkers/StashedMessagePort.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698