Index: Source/core/svg/SVGCircleElement.h |
diff --git a/Source/core/svg/SVGCircleElement.h b/Source/core/svg/SVGCircleElement.h |
index c91df5114796a1d20c900d591710c384d319140f..b63431829a8b325c83267a08d8b6eeca47503122 100644 |
--- a/Source/core/svg/SVGCircleElement.h |
+++ b/Source/core/svg/SVGCircleElement.h |
@@ -39,7 +39,6 @@ public: |
private: |
explicit SVGCircleElement(Document&); |
- virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); } |
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
bool isSupportedAttribute(const QualifiedName&); |