summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGZoomEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGZoomEvent.idl')
-rw-r--r--Source/WebCore/svg/SVGZoomEvent.idl10
1 files changed, 4 insertions, 6 deletions
diff --git a/Source/WebCore/svg/SVGZoomEvent.idl b/Source/WebCore/svg/SVGZoomEvent.idl
index 320e55250..2d8f8d0cd 100644
--- a/Source/WebCore/svg/SVGZoomEvent.idl
+++ b/Source/WebCore/svg/SVGZoomEvent.idl
@@ -23,13 +23,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Conditional=SVG
-] interface SVGZoomEvent : UIEvent {
- readonly attribute SVGRect zoomRectScreen;
- readonly attribute float previousScale;
+interface SVGZoomEvent : UIEvent {
+ [NewObject] readonly attribute SVGRect zoomRectScreen;
+ readonly attribute unrestricted float previousScale;
[Immutable] readonly attribute SVGPoint previousTranslate;
- readonly attribute float newScale;
+ readonly attribute unrestricted float newScale;
[Immutable] readonly attribute SVGPoint newTranslate;
};