| Index: core/svg/SVGZoomEvent.idl
|
| diff --git a/core/svg/SVGZoomEvent.idl b/core/svg/SVGZoomEvent.idl
|
| index bb7e2ac9a2ccc169a72bb0646582a53ada0c759f..719739bc6cbe5104d777c32c426431ce6ac2516a 100644
|
| --- a/core/svg/SVGZoomEvent.idl
|
| +++ b/core/svg/SVGZoomEvent.idl
|
| @@ -23,11 +23,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGZoomEvent : UIEvent {
|
| +[
|
| + DependentLifetime,
|
| +] interface SVGZoomEvent : UIEvent {
|
| readonly attribute SVGRect zoomRectScreen;
|
| readonly attribute float previousScale;
|
| readonly attribute SVGPoint previousTranslate;
|
| readonly attribute float newScale;
|
| readonly attribute SVGPoint newTranslate;
|
| };
|
| -
|
|
|