Index: Source/core/svg/SVGPathSegCurvetoQuadraticAbs.idl |
diff --git a/Source/core/svg/SVGPathSegCurvetoQuadraticAbs.idl b/Source/core/svg/SVGPathSegCurvetoQuadraticAbs.idl |
index 7549e8ef5f680c635c7d669e3f60eb7663174bc4..7500b401f5646f95674794b9e1b2eccea62ee2e4 100644 |
--- a/Source/core/svg/SVGPathSegCurvetoQuadraticAbs.idl |
+++ b/Source/core/svg/SVGPathSegCurvetoQuadraticAbs.idl |
@@ -24,10 +24,12 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGPathSegCurvetoQuadraticAbs : SVGPathSeg { |
- [StrictTypeChecking] attribute float x; |
- [StrictTypeChecking] attribute float y; |
- [StrictTypeChecking] attribute float x1; |
- [StrictTypeChecking] attribute float y1; |
+[ |
+ StrictTypeChecking, |
+] interface SVGPathSegCurvetoQuadraticAbs : SVGPathSeg { |
+ attribute float x; |
+ attribute float y; |
+ attribute float x1; |
+ attribute float y1; |
}; |