Index: Source/core/svg/SVGAnimatedLength.idl |
diff --git a/Source/core/svg/SVGAnimatedLength.idl b/Source/core/svg/SVGAnimatedLength.idl |
index 241aaadea511a2fea9d93f1ffbffcddf33954910..999d1c76ef6fcb94c07ac452b15156c86c98ce77 100644 |
--- a/Source/core/svg/SVGAnimatedLength.idl |
+++ b/Source/core/svg/SVGAnimatedLength.idl |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGAnimatedLength { |
+interface SVGAnimatedLength { |
readonly attribute SVGLength baseVal; |
readonly attribute SVGLength animVal; |
}; |