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