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