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