X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2FSVGSymbolElement.h;h=a2631869969fbc91110c592e8b456813bcc8f113;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=bcb3e0e46f4f1d6108a7d7e467d8271f16f95012;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/SVGSymbolElement.h b/src/third_party/WebKit/Source/core/svg/SVGSymbolElement.h index bcb3e0e..a263186 100644 --- a/src/third_party/WebKit/Source/core/svg/SVGSymbolElement.h +++ b/src/third_party/WebKit/Source/core/svg/SVGSymbolElement.h @@ -35,8 +35,6 @@ public: private: explicit SVGSymbolElement(Document&); - virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } - bool isSupportedAttribute(const QualifiedName&); virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;