| Index: Source/core/svg/SVGUseElement.idl
|
| diff --git a/Source/core/svg/SVGUseElement.idl b/Source/core/svg/SVGUseElement.idl
|
| index ec242bcbf53bee1efdcfea58315ae280a6e693d4..ffbd3410c5532717b6cb3715a59c269170acc889 100644
|
| --- a/Source/core/svg/SVGUseElement.idl
|
| +++ b/Source/core/svg/SVGUseElement.idl
|
| @@ -31,10 +31,6 @@ interface SVGUseElement : SVGGraphicsElement {
|
| readonly attribute SVGAnimatedLength y;
|
| readonly attribute SVGAnimatedLength width;
|
| readonly attribute SVGAnimatedLength height;
|
| -
|
| - // in SVG 1.1, removed in SVG 2
|
| - [MeasureAs=SVGInstanceRoot] readonly attribute SVGElementInstance instanceRoot;
|
| - readonly attribute SVGElementInstance animatedInstanceRoot;
|
| };
|
|
|
| SVGUseElement implements SVGURIReference;
|
|
|