| Index: Source/core/svg/SVGTextContentElement.h
|
| diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
|
| index 8bbe79d752fe3d1bf108247df8a1a525308970c3..9f656d0a0cf26ffdb84aa630f14c1cfc0dc25a35 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&);
|
|
|