Index: Source/core/svg/SVGAnimatedString.idl |
diff --git a/Source/core/svg/SVGAnimatedString.idl b/Source/core/svg/SVGAnimatedString.idl |
index a331bea441c3347d2e18e5d74e551baf65be69a9..1f66bd6adc06c17f4b0bf66d671e5652f1933931 100644 |
--- a/Source/core/svg/SVGAnimatedString.idl |
+++ b/Source/core/svg/SVGAnimatedString.idl |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGAnimatedString { |
+interface SVGAnimatedString { |
[SetterRaisesException] attribute DOMString baseVal; |
readonly attribute DOMString animVal; |
}; |