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