| Index: Source/core/svg/SVGTextContentElement.h
|
| diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
|
| index c31fbec0085f062c8cb0e6064713e8604b754160..f937bd19c368a3d75d0027d092cef74c13db95c2 100644
|
| --- a/Source/core/svg/SVGTextContentElement.h
|
| +++ b/Source/core/svg/SVGTextContentElement.h
|
| @@ -79,7 +79,7 @@ public:
|
| float getSubStringLength(unsigned charnum, unsigned nchars, ExceptionCode&);
|
| SVGPoint getStartPositionOfChar(unsigned charnum, ExceptionCode&);
|
| SVGPoint getEndPositionOfChar(unsigned charnum, ExceptionCode&);
|
| - FloatRect getExtentOfChar(unsigned charnum, ExceptionCode&);
|
| + SVGRect getExtentOfChar(unsigned charnum, ExceptionCode&);
|
| float getRotationOfChar(unsigned charnum, ExceptionCode&);
|
| int getCharNumAtPosition(const SVGPoint&);
|
| void selectSubString(unsigned charnum, unsigned nchars, ExceptionCode&);
|
|
|