| Index: Source/core/svg/SVGElement.h | 
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h | 
| index bb37756d55e41608ba2e941b95ac05fddbfe1c52..a0e81b27ac6af9b28482877c802fd461513cca35 100644 | 
| --- a/Source/core/svg/SVGElement.h | 
| +++ b/Source/core/svg/SVGElement.h | 
| @@ -136,6 +136,7 @@ protected: | 
| SVGElementRareData* ensureSVGRareData(); | 
|  | 
| void reportAttributeParsingError(SVGParsingError, const QualifiedName&, const AtomicString&); | 
| +    bool hasFocusEventListeners() const; | 
|  | 
| private: | 
| friend class SVGElementInstance; | 
| @@ -147,7 +148,7 @@ private: | 
| RenderStyle* computedStyle(PseudoId = NOPSEUDO); | 
| virtual RenderStyle* virtualComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) { return computedStyle(pseudoElementSpecifier); } | 
| virtual void willRecalcStyle(StyleChange) OVERRIDE; | 
| - | 
| +    virtual bool isKeyboardFocusable(KeyboardEvent*) const OVERRIDE; | 
| virtual bool rendererIsNeeded(const NodeRenderingContext&) { return false; } | 
|  | 
| virtual bool isSupported(StringImpl* feature, StringImpl* version) const; | 
|  |