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