Index: Source/core/svg/SVGFETurbulenceElement.idl |
diff --git a/Source/core/svg/SVGFETurbulenceElement.idl b/Source/core/svg/SVGFETurbulenceElement.idl |
index b4a326fb23002a545e96b94cad829e07e451ce47..a95a534783799cc6eded6ab916400ed5bd87f6ce 100644 |
--- a/Source/core/svg/SVGFETurbulenceElement.idl |
+++ b/Source/core/svg/SVGFETurbulenceElement.idl |
@@ -25,8 +25,7 @@ |
[ |
DoNotCheckConstants |
-] interface SVGFETurbulenceElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+] interface SVGFETurbulenceElement : SVGStyledElement { |
// Turbulence Types |
const unsigned short SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
const unsigned short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |
@@ -45,3 +44,4 @@ |
readonly attribute SVGAnimatedEnumeration type; |
}; |
+SVGFETurbulenceElement implements SVGFilterPrimitiveStandardAttributes; |