Index: Source/core/svg/SVGSVGElement.h |
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h |
index 0f1f51718bc524d960b4435ff089417395dfecc6..5eda84d13e1566ab7a08be645b236d526e2a02b4 100644 |
--- a/Source/core/svg/SVGSVGElement.h |
+++ b/Source/core/svg/SVGSVGElement.h |
@@ -49,8 +49,6 @@ public: |
using SVGGraphicsElement::ref; |
using SVGGraphicsElement::deref; |
- virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
- |
// 'SVGSVGElement' functions |
PassRefPtr<SVGRectTearOff> viewport() const; |