| Index: core/svg/SVGUseElement.idl
|
| diff --git a/core/svg/SVGUseElement.idl b/core/svg/SVGUseElement.idl
|
| index 752daa99d057c0e4bf3bf3482cf3b4588e25d722..eb5d82c8c221e85adaef25b9fa3bd51cb5241a3f 100644
|
| --- a/core/svg/SVGUseElement.idl
|
| +++ b/core/svg/SVGUseElement.idl
|
| @@ -29,7 +29,7 @@ interface SVGUseElement : SVGGraphicsElement {
|
| readonly attribute SVGAnimatedLength width;
|
| readonly attribute SVGAnimatedLength height;
|
|
|
| - readonly attribute SVGElementInstance instanceRoot;
|
| + [MeasureAs=SVGInstanceRoot] readonly attribute SVGElementInstance instanceRoot;
|
| readonly attribute SVGElementInstance animatedInstanceRoot;
|
| };
|
|
|
|
|