summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPolylineElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPolylineElement.idl')
-rw-r--r--WebCore/svg/SVGPolylineElement.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGPolylineElement.idl b/WebCore/svg/SVGPolylineElement.idl
index e3f1cd7..b7af89f 100644
--- a/WebCore/svg/SVGPolylineElement.idl
+++ b/WebCore/svg/SVGPolylineElement.idl
@@ -30,8 +30,9 @@ module svg {
SVGLangSpace,
SVGExternalResourcesRequired,
SVGStylable,
- SVGTransformable,
- SVGAnimatedPoints {
+ SVGTransformable {
+ readonly attribute SVGPointList points;
+ readonly attribute SVGPointList animatedPoints;
};
}