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