Index: core/svg/SVGSwitchElement.idl |
=================================================================== |
--- core/svg/SVGSwitchElement.idl (revision 23517) |
+++ core/svg/SVGSwitchElement.idl (working copy) |
@@ -23,12 +23,10 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGSwitchElement : SVGStyledElement, |
- SVGTests, |
- SVGLangSpace, |
- SVGExternalResourcesRequired, |
- SVGTransformable { |
+interface SVGSwitchElement : SVGStyledElement, |
+ SVGTests, |
+ SVGLangSpace, |
+ SVGExternalResourcesRequired, |
+ SVGTransformable { |
}; |