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