| Index: Source/core/svg/SVGFEFloodElement.idl
|
| diff --git a/Source/core/svg/SVGFEFloodElement.idl b/Source/core/svg/SVGFEFloodElement.idl
|
| index e844c7e4ebf390bf51b21d0f00b14ce7e18b3c04..86c973ca22a1de3ff6879f74072130c2b4942fdd 100644
|
| --- a/Source/core/svg/SVGFEFloodElement.idl
|
| +++ b/Source/core/svg/SVGFEFloodElement.idl
|
| @@ -23,8 +23,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGFEFloodElement : SVGStyledElement,
|
| - SVGFilterPrimitiveStandardAttributes {
|
| +interface SVGFEFloodElement : SVGStyledElement,
|
| + SVGFilterPrimitiveStandardAttributes {
|
| };
|
|
|