Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 020e091ad38d5d9f3aa63a7fdf734124c7100526..c8757e00eab756b5d4d99770d18b2b43da6ff871 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -55,7 +55,6 @@ public: |
virtual String title() const OVERRIDE; |
bool hasRelativeLengths() const { return !m_elementsWithRelativeLengths.isEmpty(); } |
- virtual bool supportsMarkers() const { return false; } |
PassRefPtrWillBeRawPtr<CSSValue> getPresentationAttribute(const AtomicString& name); |
static bool isAnimatableCSSProperty(const QualifiedName&); |
enum CTMScope { |