Index: core/svg/SVGEllipseElement.idl |
=================================================================== |
--- core/svg/SVGEllipseElement.idl (revision 23517) |
+++ core/svg/SVGEllipseElement.idl (working copy) |
@@ -23,13 +23,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGEllipseElement : SVGStyledElement, |
- SVGTests, |
- SVGLangSpace, |
- SVGExternalResourcesRequired, |
- SVGTransformable { |
+interface SVGEllipseElement : SVGStyledElement, |
+ SVGTests, |
+ SVGLangSpace, |
+ SVGExternalResourcesRequired, |
+ SVGTransformable { |
readonly attribute SVGAnimatedLength cx; |
readonly attribute SVGAnimatedLength cy; |
readonly attribute SVGAnimatedLength rx; |