| Index: Source/core/svg/SVGGElement.idl
|
| diff --git a/Source/core/svg/SVGGElement.idl b/Source/core/svg/SVGGElement.idl
|
| index bbe90669fa3cc7616dd79ec7bf73f96dc6a8b504..ea12d15fad96c36789a765187e930fd534ef7b95 100644
|
| --- a/Source/core/svg/SVGGElement.idl
|
| +++ b/Source/core/svg/SVGGElement.idl
|
| @@ -23,10 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGGElement : SVGStyledElement,
|
| - SVGTransformable {
|
| +interface SVGGElement : SVGGraphicsElement {
|
| };
|
|
|
| SVGGElement implements SVGExternalResourcesRequired;
|
| -SVGGElement implements SVGTests;
|
|
|
|
|