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