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

Unified Diff: Source/core/html/canvas/HitRegion.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/events/DOMWindowEventQueue.cpp ('k') | Source/core/html/forms/FormController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/HitRegion.cpp
diff --git a/Source/core/html/canvas/HitRegion.cpp b/Source/core/html/canvas/HitRegion.cpp
index f1466f1f64201953b236ca690a8537afa77f25d1..69884af08cd0d89a63a03754ed4e501deb5d7641 100644
--- a/Source/core/html/canvas/HitRegion.cpp
+++ b/Source/core/html/canvas/HitRegion.cpp
@@ -154,9 +154,11 @@ unsigned HitRegionManager::getHitRegionsCount() const
void HitRegionManager::trace(Visitor* visitor)
{
+#if ENABLE(OILPAN)
visitor->trace(m_hitRegionList);
visitor->trace(m_hitRegionIdMap);
visitor->trace(m_hitRegionControlMap);
+#endif
}
DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(HitRegionManager)
« no previous file with comments | « Source/core/events/DOMWindowEventQueue.cpp ('k') | Source/core/html/forms/FormController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698