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

Unified Diff: Source/core/dom/LiveNodeList.cpp

Issue 947393002: InlinedVisitor: Migrate dom to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/dom/LiveNodeList.cpp
diff --git a/Source/core/dom/LiveNodeList.cpp b/Source/core/dom/LiveNodeList.cpp
index 86b5b4c662cec17efd921fddacbfce6b732bed25..e4d6b1f263d8365e5fd6fda31680b8fb30422f6f 100644
--- a/Source/core/dom/LiveNodeList.cpp
+++ b/Source/core/dom/LiveNodeList.cpp
@@ -84,7 +84,7 @@ Element* LiveNodeList::traverseBackwardToOffset(unsigned offset, Element& curren
return traverseMatchingElementsBackwardToOffset(currentElement, &rootNode(), offset, currentOffset, IsMatch(*this));
}
-void LiveNodeList::trace(Visitor* visitor)
+DEFINE_TRACE(LiveNodeList)
{
visitor->trace(m_collectionItemsCache);
LiveNodeListBase::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698