diff options
Diffstat (limited to 'WebCore/svg/SVGPathElement.idl')
-rw-r--r-- | WebCore/svg/SVGPathElement.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGPathElement.idl b/WebCore/svg/SVGPathElement.idl index 8506225..1c1dca7 100644 --- a/WebCore/svg/SVGPathElement.idl +++ b/WebCore/svg/SVGPathElement.idl @@ -37,8 +37,7 @@ module svg { float getTotalLength(); SVGPoint getPointAtLength(in float distance); - unsigned long getPathSegAtLength(in float distance) - raises(DOMException, SVGException); + unsigned long getPathSegAtLength(in float distance); SVGPathSegClosePath createSVGPathSegClosePath(); |