Chromium Code Reviews| Index: core/svg/SVGAnimatedString.idl |
| diff --git a/core/svg/SVGAnimatedString.idl b/core/svg/SVGAnimatedString.idl |
| index 27e27dc29f1718b64829543736c2685528920ea0..d1fbf52a24705f8cd11f7a2fa149b31efb4eeeb5 100644 |
| --- a/core/svg/SVGAnimatedString.idl |
| +++ b/core/svg/SVGAnimatedString.idl |
| @@ -24,7 +24,7 @@ |
| */ |
| interface SVGAnimatedString { |
| - [SetterRaisesException] attribute DOMString baseVal; |
| + [RaisesException=Setter] attribute DOMString baseVal; |
| readonly attribute DOMString animVal; |
| }; |