Index: Source/core/svg/SVGTextContentElement.h |
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h |
index 799a9c8da3c3ca159b9b6155e2324d851866e391..8bbe79d752fe3d1bf108247df8a1a525308970c3 100644 |
--- a/Source/core/svg/SVGTextContentElement.h |
+++ b/Source/core/svg/SVGTextContentElement.h |
@@ -94,8 +94,6 @@ public: |
protected: |
SVGTextContentElement(const QualifiedName&, Document&); |
- virtual bool isValid() const OVERRIDE FINAL { return SVGTests::isValid(); } |
- |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE FINAL; |