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

Unified Diff: Source/core/workers/WorkerEventQueue.cpp

Issue 403333002: [oilpan]: Remove support for tracing off-heap hashmaps. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add GC_PLUGIN_IGNORE Created 6 years, 5 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/core/workers/WorkerEventQueue.cpp
diff --git a/Source/core/workers/WorkerEventQueue.cpp b/Source/core/workers/WorkerEventQueue.cpp
index 837e9beef7a013573804543fb5dee4ec09b33176..6d12e55cd8a120349fd57e76a59e62409461326e 100644
--- a/Source/core/workers/WorkerEventQueue.cpp
+++ b/Source/core/workers/WorkerEventQueue.cpp
@@ -52,8 +52,10 @@ WorkerEventQueue::~WorkerEventQueue()
void WorkerEventQueue::trace(Visitor* visitor)
{
+#if ENABLE(OILPAN)
visitor->trace(m_executionContext);
visitor->trace(m_eventTaskMap);
+#endif
EventQueue::trace(visitor);
}
« no previous file with comments | « Source/core/timing/PerformanceUserTiming.cpp ('k') | Source/modules/indexeddb/IDBPendingTransactionMonitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698