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