Index: Source/core/svg/SVGTextElement.idl |
diff --git a/Source/core/svg/SVGTextElement.idl b/Source/core/svg/SVGTextElement.idl |
index 2a3c6c8c2f6e774f1595baf7f58833a402264603..fec5719d72cfb12e58ccac31db9804bd0ead35de 100644 |
--- a/Source/core/svg/SVGTextElement.idl |
+++ b/Source/core/svg/SVGTextElement.idl |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGTextElement : SVGTextPositioningElement, |
- SVGTransformable { |
+interface SVGTextElement : SVGTextPositioningElement, |
+ SVGTransformable { |
}; |