Index: core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl |
=================================================================== |
--- core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl (revision 23517) |
+++ core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl (working copy) |
@@ -24,9 +24,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGPathSegCurvetoQuadraticSmoothRel : SVGPathSeg { |
+interface SVGPathSegCurvetoQuadraticSmoothRel : SVGPathSeg { |
[StrictTypeChecking] attribute float x; |
[StrictTypeChecking] attribute float y; |
}; |