| Index: core/svg/SVGNumber.idl
|
| diff --git a/core/svg/SVGNumber.idl b/core/svg/SVGNumber.idl
|
| index e87379348cfdc03b786b568939a1cf1b86d7372e..63c4b525034f57dc785d60482fb44b3fcbf01cc3 100644
|
| --- a/core/svg/SVGNumber.idl
|
| +++ b/core/svg/SVGNumber.idl
|
| @@ -23,8 +23,10 @@
|
| [
|
| ImplementedAs=SVGNumberTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - StrictTypeChecking,
|
| + TypeChecking=Interface|Nullable,
|
| ] interface SVGNumber {
|
| - [RaisesException=Setter] attribute float value;
|
| + // FIXMEDART: this attribute probably does not need to be DartCustom
|
| + // anymore.
|
| + [RaisesException=Setter, DartCustom] attribute float value;
|
| };
|
|
|
|
|