Index: Source/core/svg/SVGFEDistantLightElement.idl |
diff --git a/Source/core/svg/SVGFEDistantLightElement.idl b/Source/core/svg/SVGFEDistantLightElement.idl |
index 5eac5e485f2a5b20a3e55003d2677f00dd024990..dd24f21aa6c12f595e3090a468b5f494e85e3043 100644 |
--- a/Source/core/svg/SVGFEDistantLightElement.idl |
+++ b/Source/core/svg/SVGFEDistantLightElement.idl |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGFEDistantLightElement : SVGElement { |
+interface SVGFEDistantLightElement : SVGElement { |
readonly attribute SVGAnimatedNumber azimuth; |
readonly attribute SVGAnimatedNumber elevation; |
}; |