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

Unified Diff: Source/core/events/DOMWindowEventQueue.cpp

Issue 398793002: Oilpan: Remove support for tracing of off-heap ListHashSets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix number in test. 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
« no previous file with comments | « Source/core/dom/ScriptedAnimationController.cpp ('k') | Source/core/html/canvas/HitRegion.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/DOMWindowEventQueue.cpp
diff --git a/Source/core/events/DOMWindowEventQueue.cpp b/Source/core/events/DOMWindowEventQueue.cpp
index 083b4caff75757ad5aeaf6e00ccacc0bb97dc416..2cc7503020a18dd4d7cc5d5ed8aa51c1f94676bb 100644
--- a/Source/core/events/DOMWindowEventQueue.cpp
+++ b/Source/core/events/DOMWindowEventQueue.cpp
@@ -66,8 +66,10 @@ DOMWindowEventQueue::~DOMWindowEventQueue()
void DOMWindowEventQueue::trace(Visitor* visitor)
{
+#if ENABLE(OILPAN)
visitor->trace(m_pendingEventTimer);
visitor->trace(m_queuedEvents);
+#endif
EventQueue::trace(visitor);
}
« no previous file with comments | « Source/core/dom/ScriptedAnimationController.cpp ('k') | Source/core/html/canvas/HitRegion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698