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