Index: Source/core/svg/SVGPathElement.h |
diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h |
index 0847d8bb88b392b6cc3149c21b70904dfddc64cb..812a4daaa985c822715f1279b4db577c2cc37731 100644 |
--- a/Source/core/svg/SVGPathElement.h |
+++ b/Source/core/svg/SVGPathElement.h |
@@ -98,8 +98,6 @@ public: |
private: |
explicit SVGPathElement(Document&); |
- virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
- |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |