| Index: core/svg/SVGFilterElement.idl
|
| diff --git a/core/svg/SVGFilterElement.idl b/core/svg/SVGFilterElement.idl
|
| index 3c990a76491118d415f344b4ec6415b643a270f5..2d939a3633703008005a765e9158cdd7c212a2dc 100644
|
| --- a/core/svg/SVGFilterElement.idl
|
| +++ b/core/svg/SVGFilterElement.idl
|
| @@ -26,15 +26,13 @@
|
|
|
| // http://www.w3.org/TR/filter-effects/#InterfaceSVGFilterElement
|
|
|
| -[
|
| - TypeChecking=Interface,
|
| -] interface SVGFilterElement : SVGElement {
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration filterUnits;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedEnumeration primitiveUnits;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength width;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength height;
|
| +interface SVGFilterElement : SVGElement {
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration filterUnits;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration primitiveUnits;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength x;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength y;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength width;
|
| + [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength height;
|
| };
|
|
|
| SVGFilterElement implements SVGURIReference;
|
|
|