| Index: core/svg/SVGPolygonElement.idl
|
| diff --git a/core/svg/SVGPolygonElement.idl b/core/svg/SVGPolygonElement.idl
|
| index e63f00505df9ed47ee4a9a8e9df6f62a3258419a..ab9199ddcd322e61f7c106afc5108fa06d7d4144 100644
|
| --- a/core/svg/SVGPolygonElement.idl
|
| +++ b/core/svg/SVGPolygonElement.idl
|
| @@ -24,11 +24,12 @@
|
| */
|
|
|
| interface SVGPolygonElement : SVGStyledElement,
|
| - SVGTests,
|
| SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| SVGTransformable {
|
| readonly attribute SVGPointList points;
|
| readonly attribute SVGPointList animatedPoints;
|
| };
|
|
|
| +SVGPolygonElement implements SVGExternalResourcesRequired;
|
| +SVGPolygonElement implements SVGTests;
|
| +
|
|
|