| Index: Source/core/svg/SVGFEDropShadowElement.idl
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.idl b/Source/core/svg/SVGFEDropShadowElement.idl
|
| index a3f3d856fb9bb866f43b665414c27dda820281ae..8e7f36f3296391ad7dd6a6caa1452b6eb07f2796 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.idl
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.idl
|
| @@ -17,7 +17,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -interface SVGFEDropShadowElement : SVGStyledElement {
|
| +interface SVGFEDropShadowElement : SVGElement {
|
| readonly attribute SVGAnimatedString in1;
|
| readonly attribute SVGAnimatedNumber dx;
|
| readonly attribute SVGAnimatedNumber dy;
|
|
|