Index: core/svg/SVGZoomEvent.idl |
=================================================================== |
--- core/svg/SVGZoomEvent.idl (revision 23517) |
+++ core/svg/SVGZoomEvent.idl (working copy) |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGZoomEvent : UIEvent { |
+interface SVGZoomEvent : UIEvent { |
readonly attribute SVGRect zoomRectScreen; |
readonly attribute float previousScale; |
[Immutable] readonly attribute SVGPoint previousTranslate; |