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