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