| Index: core/svg/SVGAnimatedLength.idl
|
| diff --git a/core/svg/SVGAnimatedLength.idl b/core/svg/SVGAnimatedLength.idl
|
| index d3003470f29efed12080c42b4bf5de9c4de6241c..c741a20ed5967a5901209f41a9397239b230d709 100644
|
| --- a/core/svg/SVGAnimatedLength.idl
|
| +++ b/core/svg/SVGAnimatedLength.idl
|
| @@ -23,8 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGAnimatedLength {
|
| +[
|
| + SetWrapperReferenceTo(SVGElement contextElement),
|
| +] interface SVGAnimatedLength {
|
| readonly attribute SVGLength baseVal;
|
| readonly attribute SVGLength animVal;
|
| };
|
| -
|
|
|