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