Index: Source/core/svg/SVGSwitchElement.h |
diff --git a/Source/core/svg/SVGSwitchElement.h b/Source/core/svg/SVGSwitchElement.h |
index 03aac86d6448a3e6c681a9055106b510aa60841d..fa5f7ed4b435326bfd66aa7d185967b9f37d50fb 100644 |
--- a/Source/core/svg/SVGSwitchElement.h |
+++ b/Source/core/svg/SVGSwitchElement.h |
@@ -33,8 +33,6 @@ public: |
private: |
explicit SVGSwitchElement(Document&); |
- virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
- |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
}; |