| Index: Source/core/svg/SVGStyledElement.h
|
| diff --git a/Source/core/svg/SVGStyledElement.h b/Source/core/svg/SVGStyledElement.h
|
| index 56fc5049f99b07335e03c2c49310d9000e5b3feb..3dd3ae032c693c5c1dd7b580bdcc68f71b4c1e58 100644
|
| --- a/Source/core/svg/SVGStyledElement.h
|
| +++ b/Source/core/svg/SVGStyledElement.h
|
| @@ -76,6 +76,7 @@ protected:
|
| void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement*);
|
|
|
| virtual bool selfHasRelativeLengths() const { return false; }
|
| + bool hasFocusEventListeners() const;
|
|
|
| private:
|
| virtual bool isSVGStyledElement() const OVERRIDE { return true; }
|
|
|