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