| Index: core/svg/SVGRectElement.idl
|
| diff --git a/core/svg/SVGRectElement.idl b/core/svg/SVGRectElement.idl
|
| index 42fe063394687792653b0d301afa7f34508deae4..a3cf85e5d7ab2e5c463b18899f08faeb7e3634ac 100644
|
| --- a/core/svg/SVGRectElement.idl
|
| +++ b/core/svg/SVGRectElement.idl
|
| @@ -24,7 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGRectElement : SVGGraphicsElement {
|
| +interface SVGRectElement : SVGGeometryElement {
|
| readonly attribute SVGAnimatedLength x;
|
| readonly attribute SVGAnimatedLength y;
|
| readonly attribute SVGAnimatedLength width;
|
|
|