Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGTextElement.h
index a132868..c24555b 100644 (file)
@@ -35,8 +35,6 @@ public:
 private:
     explicit SVGTextElement(Document&);
 
-    virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
-
     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
 };