Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: core/svg/SVGAnimatedEnumeration.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/svg/SVGAnimatedBoolean.idl ('k') | core/svg/SVGAnimatedInteger.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGAnimatedEnumeration.idl
diff --git a/core/svg/SVGAnimatedEnumeration.idl b/core/svg/SVGAnimatedEnumeration.idl
index cb04e753a0856f9fe1e982455342327940d0d5bb..e51c9c1f87dc83aa160575150439a587fd21048f 100644
--- a/core/svg/SVGAnimatedEnumeration.idl
+++ b/core/svg/SVGAnimatedEnumeration.idl
@@ -24,7 +24,7 @@
*/
interface SVGAnimatedEnumeration {
- [StrictTypeChecking, SetterRaisesException] attribute unsigned short baseVal;
+ [StrictTypeChecking, RaisesException=Setter] attribute unsigned short baseVal;
readonly attribute unsigned short animVal;
};
« no previous file with comments | « core/svg/SVGAnimatedBoolean.idl ('k') | core/svg/SVGAnimatedInteger.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698