Index: Source/core/svg/SVGAnimatedTransformList.idl |
diff --git a/Source/core/svg/SVGAnimatedTransformList.idl b/Source/core/svg/SVGAnimatedTransformList.idl |
index 4ce7240600194ae19532b0497552fb39dde81332..1608b3cbb973c9ec39ece89742d71f0a9a621806 100644 |
--- a/Source/core/svg/SVGAnimatedTransformList.idl |
+++ b/Source/core/svg/SVGAnimatedTransformList.idl |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGAnimatedTransformList { |
+interface SVGAnimatedTransformList { |
readonly attribute SVGTransformList baseVal; |
readonly attribute SVGTransformList animVal; |
}; |