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