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