| Index: Source/core/svg/SVGGElement.idl
|
| diff --git a/Source/core/svg/SVGGElement.idl b/Source/core/svg/SVGGElement.idl
|
| index 62e588c76e07afb074f4d73ea286c60034fd912c..a6dd6b358070300f1014baaddb415b9c07e47e4e 100644
|
| --- a/Source/core/svg/SVGGElement.idl
|
| +++ b/Source/core/svg/SVGGElement.idl
|
| @@ -23,12 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGGElement : SVGStyledElement,
|
| - SVGTests,
|
| - SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| - SVGTransformable {
|
| +interface SVGGElement : SVGStyledElement,
|
| + SVGTests,
|
| + SVGLangSpace,
|
| + SVGExternalResourcesRequired,
|
| + SVGTransformable {
|
| };
|
|
|
|
|