Index: Source/core/svg/SVGSwitchElement.idl |
diff --git a/Source/core/svg/SVGSwitchElement.idl b/Source/core/svg/SVGSwitchElement.idl |
index 1430e2d6ebff1be5a0a682058781ce989cb44f1c..512d8ce83ad6938c4d7d9d743642a0c015376d0e 100644 |
--- a/Source/core/svg/SVGSwitchElement.idl |
+++ b/Source/core/svg/SVGSwitchElement.idl |
@@ -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 { |
}; |