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

Unified Diff: Source/core/dom/Attr.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/Attr.cpp
diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
index c6236a4faaeec174777f96e9d170b8d0d21164dd..d177a9ed19712967f0e9b2b6f1544e7faf5d1f9d 100644
--- a/Source/core/dom/Attr.cpp
+++ b/Source/core/dom/Attr.cpp
@@ -223,7 +223,7 @@ void Attr::attachToElement(Element* element, const AtomicString& attachedLocalNa
m_standaloneValueOrAttachedLocalName = attachedLocalName;
}
-void Attr::trace(Visitor* visitor)
+DEFINE_TRACE(Attr)
{
visitor->trace(m_element);
ContainerNode::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698