Index: Source/core/svg/SVGFEDropShadowElement.idl |
diff --git a/Source/core/svg/SVGFEDropShadowElement.idl b/Source/core/svg/SVGFEDropShadowElement.idl |
index 840f96f05cebb239052d226d6b25262686c1b499..1c047a33a93e5f0a4c3bb405900f3226db33c36e 100644 |
--- a/Source/core/svg/SVGFEDropShadowElement.idl |
+++ b/Source/core/svg/SVGFEDropShadowElement.idl |
@@ -17,8 +17,7 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-interface SVGFEDropShadowElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+interface SVGFEDropShadowElement : SVGStyledElement { |
readonly attribute SVGAnimatedString in1; |
readonly attribute SVGAnimatedNumber dx; |
readonly attribute SVGAnimatedNumber dy; |
@@ -29,3 +28,4 @@ interface SVGFEDropShadowElement : SVGStyledElement, |
[Default=Undefined] optional float stdDeviationY); |
}; |
+SVGFEDropShadowElement implements SVGFilterPrimitiveStandardAttributes; |