Index: Source/core/layout/HitTestCache.cpp |
diff --git a/Source/core/layout/HitTestCache.cpp b/Source/core/layout/HitTestCache.cpp |
index 25f6957a1d4e19c92d3da74fcd00326d78795315..fb203c51cfc8e8c9aa9be50da79543ce664df940 100644 |
--- a/Source/core/layout/HitTestCache.cpp |
+++ b/Source/core/layout/HitTestCache.cpp |
@@ -77,4 +77,9 @@ void HitTestCache::clear() |
m_items.clear(); |
} |
+DEFINE_TRACE(HitTestCache) |
+{ |
+ visitor->trace(m_items); |
+} |
+ |
} // namespace blink |