summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPathSegLinetoRel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPathSegLinetoRel.idl')
-rw-r--r--WebCore/svg/SVGPathSegLinetoRel.idl6
1 files changed, 2 insertions, 4 deletions
diff --git a/WebCore/svg/SVGPathSegLinetoRel.idl b/WebCore/svg/SVGPathSegLinetoRel.idl
index 51a8b5d..d92cdc4 100644
--- a/WebCore/svg/SVGPathSegLinetoRel.idl
+++ b/WebCore/svg/SVGPathSegLinetoRel.idl
@@ -27,10 +27,8 @@
module svg {
interface [Conditional=SVG] SVGPathSegLinetoRel : SVGPathSeg {
- attribute float x
- /*setter raises(DOMException)*/;
- attribute float y
- /*setter raises(DOMException)*/;
+ attribute [StrictTypeChecking] float x;
+ attribute [StrictTypeChecking] float y;
};
}