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

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

Issue 1112363003: Oilpan: Remove OffHeapCollectionTrait (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/Fullscreen.cpp ('k') | Source/core/html/canvas/WebGLRenderingContextBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventPath.cpp
diff --git a/Source/core/events/EventPath.cpp b/Source/core/events/EventPath.cpp
index 9e53e718837b7f4b98bb0c5d7645cbec6efd6614..426e1ceede531f6e0bba1de46ade9bf834f4115e 100644
--- a/Source/core/events/EventPath.cpp
+++ b/Source/core/events/EventPath.cpp
@@ -347,11 +347,13 @@ void EventPath::checkReachability(TreeScope& treeScope, TouchList& touchList)
DEFINE_TRACE(EventPath)
{
+#if ENABLE(OILPAN)
visitor->trace(m_nodeEventContexts);
visitor->trace(m_node);
visitor->trace(m_event);
visitor->trace(m_treeScopeEventContexts);
visitor->trace(m_windowEventContext);
+#endif
}
} // namespace
« no previous file with comments | « Source/core/dom/Fullscreen.cpp ('k') | Source/core/html/canvas/WebGLRenderingContextBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698