| Index: Source/core/svg/SVGRect.idl
|
| diff --git a/Source/core/svg/SVGRect.idl b/Source/core/svg/SVGRect.idl
|
| index 22646187b4aad9a1499411fe56e049e5a93de99d..e148788295b608f6fe387ed948e89e5f58aeb981 100644
|
| --- a/Source/core/svg/SVGRect.idl
|
| +++ b/Source/core/svg/SVGRect.idl
|
| @@ -20,9 +20,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGRect {
|
| +interface SVGRect {
|
| [StrictTypeChecking] attribute float x;
|
| [StrictTypeChecking] attribute float y;
|
| [StrictTypeChecking] attribute float width;
|
|
|