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