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