| 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);
|
|
|