| Index: Source/core/svg/SVGPolygonElement.idl
|
| diff --git a/Source/core/svg/SVGPolygonElement.idl b/Source/core/svg/SVGPolygonElement.idl
|
| index be639f1d8c7caa645033e0ac834fa0018ac5dd63..fc0e675ed4bddaf2b2fd6f8608d8389e09632c63 100644
|
| --- a/Source/core/svg/SVGPolygonElement.idl
|
| +++ b/Source/core/svg/SVGPolygonElement.idl
|
| @@ -27,5 +27,3 @@ interface SVGPolygonElement : SVGGeometryElement {
|
| readonly attribute SVGPointList points;
|
| readonly attribute SVGPointList animatedPoints;
|
| };
|
| -
|
| -SVGPolygonElement implements SVGExternalResourcesRequired;
|
|
|