diff options
Diffstat (limited to 'Source/WebCore/svg/SVGFEFloodElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGFEFloodElement.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGFEFloodElement.idl b/Source/WebCore/svg/SVGFEFloodElement.idl index bd5abc86e..9c8da6032 100644 --- a/Source/WebCore/svg/SVGFEFloodElement.idl +++ b/Source/WebCore/svg/SVGFEFloodElement.idl @@ -23,9 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG&FILTERS -] interface SVGFEFloodElement : SVGElement { +interface SVGFEFloodElement : SVGElement { }; SVGFEFloodElement implements SVGFilterPrimitiveStandardAttributes; |