Chromium Code Reviews| Index: Source/core/svg/SVGGElement.idl |
| diff --git a/Source/core/svg/SVGGElement.idl b/Source/core/svg/SVGGElement.idl |
| index 2ac2cb0f7168ec9b2f7babb81b77e03822ba8950..b3c52ff2d0c2e4f867a16f9e0cb7985c348144c6 100644 |
| --- a/Source/core/svg/SVGGElement.idl |
| +++ b/Source/core/svg/SVGGElement.idl |
| @@ -29,3 +29,5 @@ interface SVGGElement : SVGStyledElement, |
| SVGTransformable { |
| }; |
| +SVGGElement implements SVGTests; |
| + |