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