summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFETurbulenceElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFETurbulenceElement.idl')
-rw-r--r--WebCore/svg/SVGFETurbulenceElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFETurbulenceElement.idl b/WebCore/svg/SVGFETurbulenceElement.idl
index 9cec66c..934eddf 100644
--- a/WebCore/svg/SVGFETurbulenceElement.idl
+++ b/WebCore/svg/SVGFETurbulenceElement.idl
@@ -25,7 +25,7 @@
module svg {
- interface [Conditional=SVG&FILTERS, GenerateConstructor] SVGFETurbulenceElement : SVGElement,
+ interface [Conditional=SVG&FILTERS] SVGFETurbulenceElement : SVGElement,
SVGFilterPrimitiveStandardAttributes {
// Turbulence Types
const unsigned short SVG_TURBULENCE_TYPE_UNKNOWN = 0;