| Index: Source/core/svg/SVGEllipseElement.idl
|
| diff --git a/Source/core/svg/SVGEllipseElement.idl b/Source/core/svg/SVGEllipseElement.idl
|
| index bf50dec3e38b0b80b6950be7ab890944cd03906e..db65f0e6fb2fcd669597ff33b0e617a54ffa3f79 100644
|
| --- a/Source/core/svg/SVGEllipseElement.idl
|
| +++ b/Source/core/svg/SVGEllipseElement.idl
|
| @@ -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;
|
|
|