Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 020e091ad38d5d9f3aa63a7fdf734124c7100526..09168ba327519d2b391a38929459c615627539aa 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -55,7 +55,7 @@ public: |
virtual String title() const OVERRIDE; |
bool hasRelativeLengths() const { return !m_elementsWithRelativeLengths.isEmpty(); } |
- virtual bool supportsMarkers() const { return false; } |
+ bool supportsMarkers() const; |
f(malita)
2014/03/19 14:58:55
This is now just a tag check and the only clients
|
PassRefPtrWillBeRawPtr<CSSValue> getPresentationAttribute(const AtomicString& name); |
static bool isAnimatableCSSProperty(const QualifiedName&); |
enum CTMScope { |