| Index: Source/core/svg/SVGRect.idl
|
| diff --git a/Source/core/svg/SVGRect.idl b/Source/core/svg/SVGRect.idl
|
| index cba278c338ac490ac64c8a3e373b6de8ed8369a5..3f1be983e03d0f29e6426d5063e6c4b9dde5fd0f 100644
|
| --- a/Source/core/svg/SVGRect.idl
|
| +++ b/Source/core/svg/SVGRect.idl
|
| @@ -22,11 +22,11 @@
|
|
|
| [
|
| ImplementedAs=SVGRectTearOff,
|
| - SetWrapperReferenceTo(SVGElement contextElement)
|
| + SetWrapperReferenceTo(SVGElement contextElement),
|
| + StrictTypeChecking,
|
| ] interface SVGRect {
|
| - [StrictTypeChecking, RaisesException=Setter] attribute float x;
|
| - [StrictTypeChecking, RaisesException=Setter] attribute float y;
|
| - [StrictTypeChecking, RaisesException=Setter] attribute float width;
|
| - [StrictTypeChecking, RaisesException=Setter] attribute float height;
|
| + [RaisesException=Setter] attribute float x;
|
| + [RaisesException=Setter] attribute float y;
|
| + [RaisesException=Setter] attribute float width;
|
| + [RaisesException=Setter] attribute float height;
|
| };
|
| -
|
|
|