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