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