| 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);
|
|
|