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