| Index: Source/core/svg/SVGFEDropShadowElement.idl | 
| diff --git a/Source/core/svg/SVGFEDropShadowElement.idl b/Source/core/svg/SVGFEDropShadowElement.idl | 
| index a16b629e356520f9332a573de5c1a6d8b8154ff1..556fdaa432ec61458a0c05c12757dbf31d967d91 100644 | 
| --- a/Source/core/svg/SVGFEDropShadowElement.idl | 
| +++ b/Source/core/svg/SVGFEDropShadowElement.idl | 
| @@ -26,8 +26,7 @@ interface SVGFEDropShadowElement : SVGElement { | 
| readonly attribute SVGAnimatedNumber stdDeviationX; | 
| readonly attribute SVGAnimatedNumber stdDeviationY; | 
|  | 
| -    void setStdDeviation([Default=Undefined] optional float stdDeviationX, | 
| -                         [Default=Undefined] optional float stdDeviationY); | 
| +    void setStdDeviation(float stdDeviationX, float stdDeviationY); | 
| }; | 
|  | 
| SVGFEDropShadowElement implements SVGFilterPrimitiveStandardAttributes; | 
|  |