| Index: Source/core/svg/SVGFilterElement.idl
|
| diff --git a/Source/core/svg/SVGFilterElement.idl b/Source/core/svg/SVGFilterElement.idl
|
| index 7e3ca7e7aad8aeeb219267da5e56180e3112739d..a33b461d6045456319d632f5ba52d6bdf83fecc4 100644
|
| --- a/Source/core/svg/SVGFilterElement.idl
|
| +++ b/Source/core/svg/SVGFilterElement.idl
|
| @@ -24,13 +24,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGFilterElement : SVGStyledElement,
|
| - SVGURIReference,
|
| - SVGLangSpace,
|
| - SVGExternalResourcesRequired
|
| - /* SVGUnitTypes */ {
|
| +interface SVGFilterElement : SVGStyledElement,
|
| + SVGURIReference,
|
| + SVGLangSpace,
|
| + SVGExternalResourcesRequired
|
| + /* SVGUnitTypes */ {
|
| readonly attribute SVGAnimatedEnumeration filterUnits;
|
| readonly attribute SVGAnimatedEnumeration primitiveUnits;
|
| readonly attribute SVGAnimatedLength x;
|
|
|