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

Unified Diff: Source/core/dom/Attr.h

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

Powered by Google App Engine
This is Rietveld 408576698