Chromium Code Reviews| Index: Source/core/svg/SVGPolygonElement.idl |
| diff --git a/Source/core/svg/SVGPolygonElement.idl b/Source/core/svg/SVGPolygonElement.idl |
| index a550b37a4907a466ba40e36d20488bb633b579f8..18292bc3f2af0428c7d3f6aab37aa4b57fa62ff5 100644 |
| --- a/Source/core/svg/SVGPolygonElement.idl |
| +++ b/Source/core/svg/SVGPolygonElement.idl |
| @@ -31,3 +31,5 @@ interface SVGPolygonElement : SVGStyledElement, |
| readonly attribute SVGPointList animatedPoints; |
| }; |
| +SVGPolygonElement implements SVGTests; |
| + |