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