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