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

Unified Diff: core/svg/SVGLength.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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/SVGLangSpace.idl ('k') | core/svg/SVGLengthList.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 e9fd4b6adc847b41fa85646bacdc8aacdd7493db..e073b1a36aaa9e008e0ecaab39996f2a37534385 100644
--- a/core/svg/SVGLength.idl
+++ b/core/svg/SVGLength.idl
@@ -40,7 +40,7 @@ interface SVGLength {
[StrictTypeChecking] attribute float valueInSpecifiedUnits;
[TreatNullAs=NullString, StrictTypeChecking, SetterRaisesException] attribute DOMString valueAsString;
- [StrictTypeChecking, RaisesException] void newValueSpecifiedUnits(unsigned short unitType,
+ [StrictTypeChecking, RaisesException] void newValueSpecifiedUnits(unsigned short unitType,
float valueInSpecifiedUnits);
[Custom, StrictTypeChecking, RaisesException] void convertToSpecifiedUnits(unsigned short unitType);
« no previous file with comments | « core/svg/SVGLangSpace.idl ('k') | core/svg/SVGLengthList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698