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