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