| Index: third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl b/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl
|
| index ad23a7a74f35081f237f043ee92b639f7c64f5b7..a5c6979a9249765c7dff1ccf7994fc0380a879bc 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.idl
|
| @@ -26,6 +26,6 @@
|
| // http://www.w3.org/TR/filter-effects/#InterfaceSVGFEDistantLightElement
|
|
|
| interface SVGFEDistantLightElement : SVGElement {
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber azimuth;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber elevation;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber azimuth;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber elevation;
|
| };
|
|
|