Index: core/svg/SVGAnimatedNumberList.idl |
=================================================================== |
--- core/svg/SVGAnimatedNumberList.idl (revision 23517) |
+++ core/svg/SVGAnimatedNumberList.idl (working copy) |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGAnimatedNumberList { |
+interface SVGAnimatedNumberList { |
readonly attribute SVGNumberList baseVal; |
readonly attribute SVGNumberList animVal; |
}; |