| Index: Source/core/svg/SVGFilterElement.idl
|
| diff --git a/Source/core/svg/SVGFilterElement.idl b/Source/core/svg/SVGFilterElement.idl
|
| index d982992510b9cd01f23708080e742e1d964902a4..7934751647cb5847f6f46906129d05d14b499734 100644
|
| --- a/Source/core/svg/SVGFilterElement.idl
|
| +++ b/Source/core/svg/SVGFilterElement.idl
|
| @@ -24,7 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGFilterElement : SVGStyledElement {
|
| +interface SVGFilterElement : SVGElement {
|
| readonly attribute SVGAnimatedEnumeration filterUnits;
|
| readonly attribute SVGAnimatedEnumeration primitiveUnits;
|
| readonly attribute SVGAnimatedLength x;
|
|
|