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

Unified Diff: core/svg/SVGAngle.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/SVGAltGlyphElement.idl ('k') | core/svg/SVGAnimatedBoolean.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGAngle.idl
diff --git a/core/svg/SVGAngle.idl b/core/svg/SVGAngle.idl
index 4501978c40d53f3afa5b9b75a00eb4165d394799..665f6ead7fc82e7e1a0ad4bf5c145db11465c09b 100644
--- a/core/svg/SVGAngle.idl
+++ b/core/svg/SVGAngle.idl
@@ -32,7 +32,7 @@ interface SVGAngle {
[StrictTypeChecking] attribute float value;
[StrictTypeChecking] attribute float valueInSpecifiedUnits;
- [TreatNullAs=NullString, SetterRaisesException] attribute DOMString valueAsString;
+ [TreatNullAs=NullString, RaisesException=Setter] attribute DOMString valueAsString;
[StrictTypeChecking, RaisesException] void newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits);
« no previous file with comments | « core/svg/SVGAltGlyphElement.idl ('k') | core/svg/SVGAnimatedBoolean.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698