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