| Index: core/svg/SVGFilterElement.idl
|
| ===================================================================
|
| --- core/svg/SVGFilterElement.idl (revision 23517)
|
| +++ core/svg/SVGFilterElement.idl (working copy)
|
| @@ -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;
|
|
|