diff options
Diffstat (limited to 'Source/WebCore/svg/SVGFEDistantLightElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGFEDistantLightElement.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGFEDistantLightElement.idl b/Source/WebCore/svg/SVGFEDistantLightElement.idl index e62b8f5a6..dd24f21aa 100644 --- a/Source/WebCore/svg/SVGFEDistantLightElement.idl +++ b/Source/WebCore/svg/SVGFEDistantLightElement.idl @@ -23,9 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG&FILTERS -] interface SVGFEDistantLightElement : SVGElement { +interface SVGFEDistantLightElement : SVGElement { readonly attribute SVGAnimatedNumber azimuth; readonly attribute SVGAnimatedNumber elevation; }; |