| Index: Source/core/svg/SVGDefsElement.h
|
| diff --git a/Source/core/svg/SVGDefsElement.h b/Source/core/svg/SVGDefsElement.h
|
| index 8a60824a014bac4086fd93500884b6affc2638e1..d8cbf52b8682efdcecf471bccb475fcf430276ed 100644
|
| --- a/Source/core/svg/SVGDefsElement.h
|
| +++ b/Source/core/svg/SVGDefsElement.h
|
| @@ -30,11 +30,12 @@ class SVGDefsElement FINAL : public SVGGraphicsElement {
|
| public:
|
| static PassRefPtr<SVGDefsElement> create(Document&);
|
|
|
| + virtual bool supportsFocus() const OVERRIDE { return false; }
|
| +
|
| private:
|
| explicit SVGDefsElement(Document&);
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| -
|
| };
|
|
|
| } // namespace WebCore
|
|
|