Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index f4a14ea1b98e1bc1489f8d8182a1c1a568b693bf..2d65a1712f47bca12db6861df05b44f810611365 100644 |
--- a/Source/core/svg/SVGUseElement.h |
+++ b/Source/core/svg/SVGUseElement.h |
@@ -67,7 +67,6 @@ private: |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) override; |
virtual void removedFrom(ContainerNode*) override; |
- bool isSupportedAttribute(const QualifiedName&); |
virtual void svgAttributeChanged(const QualifiedName&) override; |
virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |