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