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