summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGZoomEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGZoomEvent.idl')
-rw-r--r--WebCore/svg/SVGZoomEvent.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGZoomEvent.idl b/WebCore/svg/SVGZoomEvent.idl
index 8327bef..ea05012 100644
--- a/WebCore/svg/SVGZoomEvent.idl
+++ b/WebCore/svg/SVGZoomEvent.idl
@@ -25,7 +25,7 @@
module svg {
- interface [Conditional=SVG] SVGZoomEvent : events::UIEvent {
+ interface [Conditional=SVG] SVGZoomEvent : UIEvent {
readonly attribute [Immutable] SVGRect zoomRectScreen;
readonly attribute float previousScale;
readonly attribute [Immutable] SVGPoint previousTranslate;