| Index: Source/core/svg/SVGCircleElement.idl | 
| diff --git a/Source/core/svg/SVGCircleElement.idl b/Source/core/svg/SVGCircleElement.idl | 
| index 19630dd5181733879cf403aa2719539a27682b7b..a1477b6695a671af43c1b51451ecab8f243177ff 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] readonly attribute SVGAnimatedLength cx; | 
| +    [RuntimeEnabled=SVG1DOM] readonly attribute SVGAnimatedLength cy; | 
| +    [RuntimeEnabled=SVG1DOM] readonly attribute SVGAnimatedLength r; | 
| }; | 
| - | 
|  |