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