Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGPolylineElement.idl
index 4d148d1..f5aaf5f 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 interface SVGPolylineElement : SVGGeometryElement {
-    [ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
-    readonly attribute SVGPointList animatedPoints;
+    [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
+    [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGPointList animatedPoints;
 };
-