Index: Source/core/svg/SVGAnimatedNumber.idl |
diff --git a/Source/core/svg/SVGAnimatedNumber.idl b/Source/core/svg/SVGAnimatedNumber.idl |
index e8cc9ba316151b74f65b8bc1517c7c57b0a486cf..7890befe66935a196504523fb3eb9d9ddf42b3f2 100644 |
--- a/Source/core/svg/SVGAnimatedNumber.idl |
+++ b/Source/core/svg/SVGAnimatedNumber.idl |
@@ -24,8 +24,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGAnimatedNumber { |
- [StrictTypeChecking, RaisesException=Setter] attribute float baseVal; |
+[ |
+ StrictTypeChecking, |
+] interface SVGAnimatedNumber { |
+ [RaisesException=Setter] attribute float baseVal; |
readonly attribute float animVal; |
}; |
- |