Index: Source/core/svg/SVGFEImageElement.idl |
diff --git a/Source/core/svg/SVGFEImageElement.idl b/Source/core/svg/SVGFEImageElement.idl |
index 06df6c2c8fa0a37959262af2cadf36a6d69c5e90..56eca8038aea9e69d7d86971e3a2f3e965c4129d 100644 |
--- a/Source/core/svg/SVGFEImageElement.idl |
+++ b/Source/core/svg/SVGFEImageElement.idl |
@@ -23,11 +23,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGFEImageElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+interface SVGFEImageElement : SVGStyledElement { |
readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
}; |
SVGFEImageElement implements SVGExternalResourcesRequired; |
+SVGFEImageElement implements SVGFilterPrimitiveStandardAttributes; |
SVGFEImageElement implements SVGURIReference; |