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