| Index: Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
|
| diff --git a/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl b/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
|
| index 6743a1c5378126cd58b0dc28dbb15e8ef3c2b36c..56d1a489052542f1bb95ded0151fe124127eb498 100644
|
| --- a/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
|
| +++ b/Source/core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
|
| @@ -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;
|
| };
|
|
|