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