Index: third_party/WebKit/Source/core/svg/SVGRadialGradientElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.idl b/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.idl |
index 08225ff740f018199f5c668130bd493501a04f8d..16a496b226b133ecf52bc1999a26b4256ea9c836 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.idl |
@@ -26,10 +26,10 @@ |
// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGRadialGradientElement |
interface SVGRadialGradientElement : SVGGradientElement { |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength cx; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength cy; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength r; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength fx; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength fy; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength fr; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength cx; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength cy; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength r; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength fx; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength fy; |
+ [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength fr; |
}; |