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