Index: Source/core/svg/SVGFEDiffuseLightingElement.idl |
diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.idl b/Source/core/svg/SVGFEDiffuseLightingElement.idl |
index 5cf37d8a20dec03aeb06c746d163423d3e9ce0de..64ce7c6195000f12f569993c83ea384aa3e20263 100644 |
--- a/Source/core/svg/SVGFEDiffuseLightingElement.idl |
+++ b/Source/core/svg/SVGFEDiffuseLightingElement.idl |
@@ -23,8 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGFEDiffuseLightingElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+interface SVGFEDiffuseLightingElement : SVGStyledElement { |
readonly attribute SVGAnimatedString in1; |
readonly attribute SVGAnimatedNumber surfaceScale; |
readonly attribute SVGAnimatedNumber diffuseConstant; |
@@ -32,3 +31,4 @@ interface SVGFEDiffuseLightingElement : SVGStyledElement, |
readonly attribute SVGAnimatedNumber kernelUnitLengthY; |
}; |
+SVGFEDiffuseLightingElement implements SVGFilterPrimitiveStandardAttributes; |