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