| Index: Source/core/svg/SVGStyledElement.h | 
| diff --git a/Source/core/svg/SVGStyledElement.h b/Source/core/svg/SVGStyledElement.h | 
| index 56fc5049f99b07335e03c2c49310d9000e5b3feb..863af84e7072af3f291e173a49fd362fbaabb089 100644 | 
| --- a/Source/core/svg/SVGStyledElement.h | 
| +++ b/Source/core/svg/SVGStyledElement.h | 
| @@ -80,9 +80,6 @@ protected: | 
| private: | 
| virtual bool isSVGStyledElement() const OVERRIDE { return true; } | 
|  | 
| -    virtual bool isKeyboardFocusable(KeyboardEvent*) const; | 
| -    virtual bool isMouseFocusable() const; | 
| - | 
| void buildPendingResourcesIfNeeded(); | 
|  | 
| HashSet<SVGStyledElement*> m_elementsWithRelativeLengths; | 
|  |