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