| Index: core/svg/SVGFEImageElement.idl
|
| diff --git a/core/svg/SVGFEImageElement.idl b/core/svg/SVGFEImageElement.idl
|
| index 9cf092e1f340bb5521d97dc4d35d91c53dcde8aa..40e4191145184f6063ac124560b3e04794babe53 100644
|
| --- a/core/svg/SVGFEImageElement.idl
|
| +++ b/core/svg/SVGFEImageElement.idl
|
| @@ -23,7 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGFEImageElement : SVGStyledElement {
|
| +interface SVGFEImageElement : SVGElement {
|
| readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
|
| };
|
|
|
|
|