| Index: Source/core/svg/SVGTextContentElement.idl
|
| diff --git a/Source/core/svg/SVGTextContentElement.idl b/Source/core/svg/SVGTextContentElement.idl
|
| index 5e6d18c10c3c2311fedf9f85a7c24b98949b8ca1..2d6cc00d6656ade59ae7cb101798f4c2a0e2d692 100644
|
| --- a/Source/core/svg/SVGTextContentElement.idl
|
| +++ b/Source/core/svg/SVGTextContentElement.idl
|
| @@ -39,7 +39,7 @@ interface SVGTextContentElement : SVGGraphicsElement {
|
| [RaisesException] SVGPoint getEndPositionOfChar(unsigned long offset);
|
| [RaisesException] SVGRect getExtentOfChar(unsigned long offset);
|
| [RaisesException] float getRotationOfChar(unsigned long offset);
|
| - long getCharNumAtPosition(SVGPoint point);
|
| + [RaisesException] long getCharNumAtPosition([StrictTypeChecking] SVGPoint point);
|
| [RaisesException] void selectSubString(unsigned long offset, unsigned long length);
|
| };
|
|
|
|
|