| Index: Source/core/svg/SVGImageElement.h
 | 
| diff --git a/Source/core/svg/SVGImageElement.h b/Source/core/svg/SVGImageElement.h
 | 
| index 95aa39ee6a361814106a4dfb2e600ac91118577a..605cb97b974ca5e35bf11558fa09783b98cdc045 100644
 | 
| --- a/Source/core/svg/SVGImageElement.h
 | 
| +++ b/Source/core/svg/SVGImageElement.h
 | 
| @@ -48,7 +48,6 @@ private:
 | 
|      explicit SVGImageElement(Document&);
 | 
|  
 | 
|      virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull(); }
 | 
| -    virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); }
 | 
|  
 | 
|      bool isSupportedAttribute(const QualifiedName&);
 | 
|      virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
 | 
| 
 |