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

Unified Diff: core/svg/SVGAnimatedInteger.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/SVGAnimatedEnumeration.idl ('k') | core/svg/SVGAnimatedNumber.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGAnimatedInteger.idl
diff --git a/core/svg/SVGAnimatedInteger.idl b/core/svg/SVGAnimatedInteger.idl
index ae72080cfbf183c4a48d6d66f3e986608e8b34db..3c31681dc6cdf699fc407ecf1a0de72fe60b36b5 100644
--- a/core/svg/SVGAnimatedInteger.idl
+++ b/core/svg/SVGAnimatedInteger.idl
@@ -24,7 +24,7 @@
*/
interface SVGAnimatedInteger {
- [StrictTypeChecking, SetterRaisesException] attribute long baseVal;
+ [StrictTypeChecking, RaisesException=Setter] attribute long baseVal;
readonly attribute long animVal;
};
« no previous file with comments | « core/svg/SVGAnimatedEnumeration.idl ('k') | core/svg/SVGAnimatedNumber.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698