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