| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index a628b23353e859caca7276a3f2db7a84a18826ce..22ee2eb376fb7570c29cca48d883d3d73e757593 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -225,7 +225,6 @@ protected:
|
| // SVGFitToViewBox::parseAttribute uses reportAttributeParsingError.
|
| friend class SVGFitToViewBox;
|
| void reportAttributeParsingError(SVGParsingError, const QualifiedName&, const AtomicString&);
|
| - bool hasFocusEventListeners() const;
|
|
|
| private:
|
| bool isSVGElement() const = delete; // This will catch anyone doing an unnecessary check.
|
|
|