diff options
Diffstat (limited to 'Source/WebCore/svg/SVGAnimateElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGAnimateElement.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGAnimateElement.idl b/Source/WebCore/svg/SVGAnimateElement.idl index 95a10fbfe..eb848c458 100644 --- a/Source/WebCore/svg/SVGAnimateElement.idl +++ b/Source/WebCore/svg/SVGAnimateElement.idl @@ -23,8 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG -] interface SVGAnimateElement : SVGAnimationElement { +interface SVGAnimateElement : SVGAnimationElement { }; |