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