summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGPathSegLinetoRel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGPathSegLinetoRel.idl')
-rw-r--r--Source/WebCore/svg/SVGPathSegLinetoRel.idl8
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/WebCore/svg/SVGPathSegLinetoRel.idl b/Source/WebCore/svg/SVGPathSegLinetoRel.idl
index 089aae269..08aa2d0c1 100644
--- a/Source/WebCore/svg/SVGPathSegLinetoRel.idl
+++ b/Source/WebCore/svg/SVGPathSegLinetoRel.idl
@@ -24,10 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Conditional=SVG
-] interface SVGPathSegLinetoRel : SVGPathSeg {
- [StrictTypeChecking] attribute float x;
- [StrictTypeChecking] attribute float y;
+interface SVGPathSegLinetoRel : SVGPathSeg {
+ attribute unrestricted float x;
+ attribute unrestricted float y;
};