Index: Source/core/svg/SVGLineElement.h |
diff --git a/Source/core/svg/SVGLineElement.h b/Source/core/svg/SVGLineElement.h |
index 59ee1c786ed6192bf23a6196d6f191f78ceba085..d569706799baffa185574a4a8f45e124c9058772 100644 |
--- a/Source/core/svg/SVGLineElement.h |
+++ b/Source/core/svg/SVGLineElement.h |
@@ -40,8 +40,6 @@ public: |
private: |
explicit SVGLineElement(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; |