| Index: Source/core/svg/SVGAnimatedInteger.idl
|
| diff --git a/Source/core/svg/SVGAnimatedInteger.idl b/Source/core/svg/SVGAnimatedInteger.idl
|
| index 3c31681dc6cdf699fc407ecf1a0de72fe60b36b5..14287a37732510d5d1b0a9657dd07714ad2aef02 100644
|
| --- a/Source/core/svg/SVGAnimatedInteger.idl
|
| +++ b/Source/core/svg/SVGAnimatedInteger.idl
|
| @@ -23,8 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGAnimatedInteger {
|
| - [StrictTypeChecking, RaisesException=Setter] attribute long baseVal;
|
| +[
|
| + StrictTypeChecking,
|
| +] interface SVGAnimatedInteger {
|
| + [RaisesException=Setter] attribute long baseVal;
|
| readonly attribute long animVal;
|
| };
|
| -
|
|
|