Index: Source/core/svg/SVGPolygonElement.idl |
diff --git a/Source/core/svg/SVGPolygonElement.idl b/Source/core/svg/SVGPolygonElement.idl |
index ce0f9f07860d6b84805de5c8bac685ecc76e44ea..815836501231fc42eb5ae1fab0adf3d908891c8b 100644 |
--- a/Source/core/svg/SVGPolygonElement.idl |
+++ b/Source/core/svg/SVGPolygonElement.idl |
@@ -23,12 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGPolygonElement : SVGStyledElement, |
- SVGTransformable { |
+interface SVGPolygonElement : SVGGraphicsElement { |
readonly attribute SVGPointList points; |
readonly attribute SVGPointList animatedPoints; |
}; |
SVGPolygonElement implements SVGExternalResourcesRequired; |
-SVGPolygonElement implements SVGTests; |
- |