summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGFEDropShadowElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGFEDropShadowElement.idl')
-rw-r--r--Source/WebCore/svg/SVGFEDropShadowElement.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/svg/SVGFEDropShadowElement.idl b/Source/WebCore/svg/SVGFEDropShadowElement.idl
index 91f654d99..3c7d7ce6b 100644
--- a/Source/WebCore/svg/SVGFEDropShadowElement.idl
+++ b/Source/WebCore/svg/SVGFEDropShadowElement.idl
@@ -29,8 +29,8 @@ module svg {
readonly attribute SVGAnimatedNumber stdDeviationX;
readonly attribute SVGAnimatedNumber stdDeviationY;
- void setStdDeviation(in [Optional=CallWithDefaultValue] float stdDeviationX,
- in [Optional=CallWithDefaultValue] float stdDeviationY);
+ void setStdDeviation(in [Optional=DefaultIsUndefined] float stdDeviationX,
+ in [Optional=DefaultIsUndefined] float stdDeviationY);
};
}