| Index: Source/core/svg/SVGFEGaussianBlurElement.idl
|
| diff --git a/Source/core/svg/SVGFEGaussianBlurElement.idl b/Source/core/svg/SVGFEGaussianBlurElement.idl
|
| index cc6f2a614fd3fb1e4a049ac7b2d2fdc137e7075d..f3a32d6b26c719146410812c27f75d4b6e0990b6 100644
|
| --- a/Source/core/svg/SVGFEGaussianBlurElement.idl
|
| +++ b/Source/core/svg/SVGFEGaussianBlurElement.idl
|
| @@ -32,8 +32,7 @@ interface SVGFEGaussianBlurElement : 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);
|
| };
|
|
|
| SVGFEGaussianBlurElement implements SVGFilterPrimitiveStandardAttributes;
|
|
|