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