Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index c38e09f1752f43976c3ea5780650fcb6b8c1a922..6e81004f764475f045324caf08836f0a341cccd6 100644 |
--- a/Source/core/svg/SVGUseElement.h |
+++ b/Source/core/svg/SVGUseElement.h |
@@ -55,6 +55,9 @@ public: |
virtual void trace(Visitor*) override; |
+ virtual bool isPresentationAttribute(const QualifiedName&) const override; |
+ virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override final; |
+ |
private: |
explicit SVGUseElement(Document&); |