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