| Index: Source/core/svg/SVGFEDropShadowElement.idl
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.idl b/Source/core/svg/SVGFEDropShadowElement.idl
|
| index ea44f41d15f48533f7cc35659213024d3732d326..433310c955b8bc126d1b2a8daed63d2f764a0086 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.idl
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.idl
|
| @@ -19,7 +19,9 @@
|
|
|
| // http://www.w3.org/TR/filter-effects/#InterfaceSVGFEDropShadowElement
|
|
|
| -interface SVGFEDropShadowElement : SVGElement {
|
| +[
|
| + TypeChecking=Unrestricted,
|
| +] interface SVGFEDropShadowElement : SVGElement {
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedString in1;
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber dx;
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber dy;
|
|
|