| Index: Source/core/svg/SVGSymbolElement.h
|
| diff --git a/Source/core/svg/SVGSymbolElement.h b/Source/core/svg/SVGSymbolElement.h
|
| index bcb3e0e46f4f1d6108a7d7e467d8271f16f95012..fa0a263f44c38c5edf2bd5313a0a341a6ffed2ad 100644
|
| --- a/Source/core/svg/SVGSymbolElement.h
|
| +++ b/Source/core/svg/SVGSymbolElement.h
|
| @@ -35,7 +35,7 @@ public:
|
| private:
|
| explicit SVGSymbolElement(Document&);
|
|
|
| - virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
|
| + virtual bool supportsFocus() const OVERRIDE { return false; }
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|