Index: Source/core/svg/SVGFEPointLightElement.idl |
diff --git a/Source/core/svg/SVGFEPointLightElement.idl b/Source/core/svg/SVGFEPointLightElement.idl |
index d57829c24427416fddedf2c9205f93c84465a754..2ba36ed935d42bab93ff6194a73ccfc50a23c455 100644 |
--- a/Source/core/svg/SVGFEPointLightElement.idl |
+++ b/Source/core/svg/SVGFEPointLightElement.idl |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGFEPointLightElement : SVGElement { |
+interface SVGFEPointLightElement : SVGElement { |
readonly attribute SVGAnimatedNumber x; |
readonly attribute SVGAnimatedNumber y; |
readonly attribute SVGAnimatedNumber z; |