summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFEFloodElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFEFloodElement.idl')
-rw-r--r--WebCore/svg/SVGFEFloodElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEFloodElement.idl b/WebCore/svg/SVGFEFloodElement.idl
index b3c3180..59b9751 100644
--- a/WebCore/svg/SVGFEFloodElement.idl
+++ b/WebCore/svg/SVGFEFloodElement.idl
@@ -25,7 +25,7 @@
module svg {
- interface [Conditional=SVG&FILTERS, GenerateConstructor] SVGFEFloodElement : SVGElement,
+ interface [Conditional=SVG&FILTERS] SVGFEFloodElement : SVGElement,
SVGFilterPrimitiveStandardAttributes {
};
}