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