| Index: core/svg/SVGRect.idl
|
| diff --git a/core/svg/SVGRect.idl b/core/svg/SVGRect.idl
|
| index 3f1be983e03d0f29e6426d5063e6c4b9dde5fd0f..faff038f5f19be1e028728043c97271fe0d23a6d 100644
|
| --- a/core/svg/SVGRect.idl
|
| +++ b/core/svg/SVGRect.idl
|
| @@ -23,7 +23,7 @@
|
| [
|
| ImplementedAs=SVGRectTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - StrictTypeChecking,
|
| + TypeChecking=Interface|Nullable,
|
| ] interface SVGRect {
|
| [RaisesException=Setter] attribute float x;
|
| [RaisesException=Setter] attribute float y;
|
|
|