Index: Source/core/svg/SVGAElement.h |
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h |
index 1d7ff2b0934448027ed65e5fceaff742025bc787..c9651c38f560f8244e29fbb2d993247289db63e5 100644 |
--- a/Source/core/svg/SVGAElement.h |
+++ b/Source/core/svg/SVGAElement.h |
@@ -36,8 +36,6 @@ public: |
private: |
explicit SVGAElement(Document&); |
- virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); } |
- |
virtual String title() const OVERRIDE; |
bool isSupportedAttribute(const QualifiedName&); |