Index: core/svg/SVGFEGaussianBlurElement.idl |
diff --git a/core/svg/SVGFEGaussianBlurElement.idl b/core/svg/SVGFEGaussianBlurElement.idl |
index c257049e9fe9b830694dfb4adef9fb4ad347c72f..53a06f3f2dc0c66c5a43e6d50a5ad8ef08730a52 100644 |
--- a/core/svg/SVGFEGaussianBlurElement.idl |
+++ b/core/svg/SVGFEGaussianBlurElement.idl |
@@ -23,7 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGFEGaussianBlurElement : SVGStyledElement { |
+interface SVGFEGaussianBlurElement : SVGElement { |
readonly attribute SVGAnimatedString in1; |
readonly attribute SVGAnimatedNumber stdDeviationX; |
readonly attribute SVGAnimatedNumber stdDeviationY; |