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