Index: Source/core/svg/SVGPolygonElement.idl |
diff --git a/Source/core/svg/SVGPolygonElement.idl b/Source/core/svg/SVGPolygonElement.idl |
index 735067bd44b450b1b4f4de130b88d2bff036c025..be639f1d8c7caa645033e0ac834fa0018ac5dd63 100644 |
--- a/Source/core/svg/SVGPolygonElement.idl |
+++ b/Source/core/svg/SVGPolygonElement.idl |
@@ -23,7 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGPolygonElement : SVGGraphicsElement { |
+interface SVGPolygonElement : SVGGeometryElement { |
readonly attribute SVGPointList points; |
readonly attribute SVGPointList animatedPoints; |
}; |