Index: Source/core/svg/SVGLineElement.h |
diff --git a/Source/core/svg/SVGLineElement.h b/Source/core/svg/SVGLineElement.h |
index e90c432e48285963c6a2e9f89ce8786ee88d0702..59ee1c786ed6192bf23a6196d6f191f78ceba085 100644 |
--- a/Source/core/svg/SVGLineElement.h |
+++ b/Source/core/svg/SVGLineElement.h |
@@ -46,8 +46,6 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
- virtual bool supportsMarkers() const OVERRIDE { return true; } |
- |
virtual bool selfHasRelativeLengths() const OVERRIDE; |
RefPtr<SVGAnimatedLength> m_x1; |