Index: core/svg/SVGPreserveAspectRatio.idl |
=================================================================== |
--- core/svg/SVGPreserveAspectRatio.idl (revision 23517) |
+++ core/svg/SVGPreserveAspectRatio.idl (working copy) |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGPreserveAspectRatio { |
+interface SVGPreserveAspectRatio { |
// Alignment Types |
const unsigned short SVG_PRESERVEASPECTRATIO_UNKNOWN = 0; |
const unsigned short SVG_PRESERVEASPECTRATIO_NONE = 1; |