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