| Index: Source/core/svg/SVGTextContentElement.h
|
| diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
|
| index 799a9c8da3c3ca159b9b6155e2324d851866e391..6514657d4918d2f3b5efbcd28e9d41e7a00ea9b1 100644
|
| --- a/Source/core/svg/SVGTextContentElement.h
|
| +++ b/Source/core/svg/SVGTextContentElement.h
|
| @@ -81,7 +81,7 @@ public:
|
| float getSubStringLength(unsigned charnum, unsigned nchars, ExceptionState&);
|
| SVGPoint getStartPositionOfChar(unsigned charnum, ExceptionState&);
|
| SVGPoint getEndPositionOfChar(unsigned charnum, ExceptionState&);
|
| - SVGRect getExtentOfChar(unsigned charnum, ExceptionState&);
|
| + PassRefPtr<SVGRectTearOff> getExtentOfChar(unsigned charnum, ExceptionState&);
|
| float getRotationOfChar(unsigned charnum, ExceptionState&);
|
| int getCharNumAtPosition(const SVGPoint&);
|
| void selectSubString(unsigned charnum, unsigned nchars, ExceptionState&);
|
|
|