| Index: Source/core/svg/SVGRect.idl
|
| diff --git a/Source/core/svg/SVGRect.idl b/Source/core/svg/SVGRect.idl
|
| index e148788295b608f6fe387ed948e89e5f58aeb981..e2512bd96ce2986bcf5e9c84e356910a96166caa 100644
|
| --- a/Source/core/svg/SVGRect.idl
|
| +++ b/Source/core/svg/SVGRect.idl
|
| @@ -20,10 +20,12 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -interface SVGRect {
|
| - [StrictTypeChecking] attribute float x;
|
| - [StrictTypeChecking] attribute float y;
|
| - [StrictTypeChecking] attribute float width;
|
| - [StrictTypeChecking] attribute float height;
|
| +[
|
| + ImplementedAs=SVGRectTearOff
|
| +] 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;
|
| };
|
|
|
|
|