diff options
Diffstat (limited to 'Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl')
-rw-r--r-- | Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl b/Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl index 9252acf5b..0d09380d0 100644 --- a/Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl +++ b/Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl @@ -24,9 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG -] interface SVGPathSegLinetoHorizontalAbs : SVGPathSeg { - [StrictTypeChecking] attribute float x; +interface SVGPathSegLinetoHorizontalAbs : SVGPathSeg { + attribute unrestricted float x; }; |