| Index: Source/core/svg/SVGAnimatedBoolean.idl
|
| diff --git a/Source/core/svg/SVGAnimatedBoolean.idl b/Source/core/svg/SVGAnimatedBoolean.idl
|
| index 7fc919ccf26f1507670648145a4622fb786bf712..b78954a906a4a371c628522ed0771cd388d4c169 100644
|
| --- a/Source/core/svg/SVGAnimatedBoolean.idl
|
| +++ b/Source/core/svg/SVGAnimatedBoolean.idl
|
| @@ -23,8 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGAnimatedBoolean {
|
| - [StrictTypeChecking, RaisesException=Setter] attribute boolean baseVal;
|
| +[
|
| + StrictTypeChecking,
|
| +] interface SVGAnimatedBoolean {
|
| + [RaisesException=Setter] attribute boolean baseVal;
|
| readonly attribute boolean animVal;
|
| };
|
|
|
|
|