diff options
Diffstat (limited to 'Source/WebCore/svg/SVGGElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGGElement.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGGElement.idl b/Source/WebCore/svg/SVGGElement.idl index c2d332355..62cc1bbc0 100644 --- a/Source/WebCore/svg/SVGGElement.idl +++ b/Source/WebCore/svg/SVGGElement.idl @@ -23,9 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG -] interface SVGGElement : SVGGraphicsElement { +interface SVGGElement : SVGGraphicsElement { }; SVGGElement implements SVGExternalResourcesRequired; |