| Index: Source/core/dom/Attr.h
|
| diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h
|
| index 5a5c766e2daed7f5ff5d18744cf026b7f36b034d..97225bf858b57602fd8423e89d87816235ed73eb 100644
|
| --- a/Source/core/dom/Attr.h
|
| +++ b/Source/core/dom/Attr.h
|
| @@ -62,7 +62,7 @@ public:
|
| virtual const AtomicString& namespaceURI() const override { return m_name.namespaceURI(); }
|
| const AtomicString& prefix() const { return m_name.prefix(); }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| Attr(Element&, const QualifiedName&);
|
|
|