summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGPathSegLinetoVerticalRel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGPathSegLinetoVerticalRel.idl')
-rw-r--r--Source/WebCore/svg/SVGPathSegLinetoVerticalRel.idl6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/WebCore/svg/SVGPathSegLinetoVerticalRel.idl b/Source/WebCore/svg/SVGPathSegLinetoVerticalRel.idl
index 632ec6975..72064914d 100644
--- a/Source/WebCore/svg/SVGPathSegLinetoVerticalRel.idl
+++ b/Source/WebCore/svg/SVGPathSegLinetoVerticalRel.idl
@@ -24,9 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Conditional=SVG
-] interface SVGPathSegLinetoVerticalRel : SVGPathSeg {
- [StrictTypeChecking] attribute float y;
+interface SVGPathSegLinetoVerticalRel : SVGPathSeg {
+ attribute unrestricted float y;
};