| Index: Source/core/svg/SVGUseElement.idl
|
| diff --git a/Source/core/svg/SVGUseElement.idl b/Source/core/svg/SVGUseElement.idl
|
| index 1c13c6d33627523ee477c3bb5d7d2f2d1f56d981..e348103feb692fbfab3af62b0983c7bc801e8d72 100644
|
| --- a/Source/core/svg/SVGUseElement.idl
|
| +++ b/Source/core/svg/SVGUseElement.idl
|
| @@ -23,8 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGUseElement : SVGStyledElement,
|
| - SVGTransformable {
|
| +interface SVGUseElement : SVGGraphicsElement {
|
| readonly attribute SVGAnimatedLength x;
|
| readonly attribute SVGAnimatedLength y;
|
| readonly attribute SVGAnimatedLength width;
|
|
|