Index: Source/core/svg/SVGSwitchElement.h |
diff --git a/Source/core/svg/SVGSwitchElement.h b/Source/core/svg/SVGSwitchElement.h |
index b86dc9248acdc5c1c0d828bbd668b57d45371813..53a531647b5ba0d57e826e643dd2737880540663 100644 |
--- a/Source/core/svg/SVGSwitchElement.h |
+++ b/Source/core/svg/SVGSwitchElement.h |
@@ -33,7 +33,6 @@ public: |
private: |
explicit SVGSwitchElement(Document&); |
- virtual bool isValid() const OVERRIDE { return SVGTests::isValid(); } |
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |