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