Index: Source/core/svg/SVGCircleElement.idl |
diff --git a/Source/core/svg/SVGCircleElement.idl b/Source/core/svg/SVGCircleElement.idl |
index 19630dd5181733879cf403aa2719539a27682b7b..fcc33b3307e0f631eeb9960ef9dd5d0594a741a7 100644 |
--- a/Source/core/svg/SVGCircleElement.idl |
+++ b/Source/core/svg/SVGCircleElement.idl |
@@ -25,8 +25,7 @@ |
*/ |
interface SVGCircleElement : SVGGeometryElement { |
- readonly attribute SVGAnimatedLength cx; |
- readonly attribute SVGAnimatedLength cy; |
- readonly attribute SVGAnimatedLength r; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength cx; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength cy; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength r; |
}; |
- |