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

Unified Diff: core/svg/SVGLength.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/SVGGraphicsElement.idl ('k') | core/svg/SVGLineElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGLength.idl
diff --git a/core/svg/SVGLength.idl b/core/svg/SVGLength.idl
index e073b1a36aaa9e008e0ecaab39996f2a37534385..4d29af7ffa441373471a79ed3075c3f0ecdf49bb 100644
--- a/core/svg/SVGLength.idl
+++ b/core/svg/SVGLength.idl
@@ -35,10 +35,10 @@ interface SVGLength {
const unsigned short SVG_LENGTHTYPE_PC = 10;
readonly attribute unsigned short unitType;
- [Custom, StrictTypeChecking, GetterRaisesException, SetterRaisesException] attribute float value;
+ [Custom, StrictTypeChecking, RaisesException] attribute float value;
[StrictTypeChecking] attribute float valueInSpecifiedUnits;
- [TreatNullAs=NullString, StrictTypeChecking, SetterRaisesException] attribute DOMString valueAsString;
+ [TreatNullAs=NullString, StrictTypeChecking, RaisesException=Setter] attribute DOMString valueAsString;
[StrictTypeChecking, RaisesException] void newValueSpecifiedUnits(unsigned short unitType,
float valueInSpecifiedUnits);
« no previous file with comments | « core/svg/SVGGraphicsElement.idl ('k') | core/svg/SVGLineElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698