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