Index: core/svg/SVGRect.idl |
=================================================================== |
--- core/svg/SVGRect.idl (revision 23517) |
+++ core/svg/SVGRect.idl (working copy) |
@@ -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; |