Index: core/svg/SVGAnimatedLength.idl |
=================================================================== |
--- core/svg/SVGAnimatedLength.idl (revision 23517) |
+++ core/svg/SVGAnimatedLength.idl (working copy) |
@@ -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; |
}; |