Index: Source/core/svg/SVGPathSegMovetoRel.idl |
diff --git a/Source/core/svg/SVGPathSegMovetoRel.idl b/Source/core/svg/SVGPathSegMovetoRel.idl |
index 38edb6b4b4784691fde2e80188e9df7509a71406..850efd42ada7a897e3b18cef68ce45a43065d6d6 100644 |
--- a/Source/core/svg/SVGPathSegMovetoRel.idl |
+++ b/Source/core/svg/SVGPathSegMovetoRel.idl |
@@ -24,9 +24,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGPathSegMovetoRel : SVGPathSeg { |
+interface SVGPathSegMovetoRel : SVGPathSeg { |
[StrictTypeChecking] attribute float x; |
[StrictTypeChecking] attribute float y; |
}; |