| Index: core/svg/SVGClipPathElement.idl
|
| diff --git a/core/svg/SVGClipPathElement.idl b/core/svg/SVGClipPathElement.idl
|
| index 7fee1c293faaea594d9fbfdc679a0d81d0e09efb..ed2785696ed204d3f5aa60fc19a93d384340e66c 100644
|
| --- a/core/svg/SVGClipPathElement.idl
|
| +++ b/core/svg/SVGClipPathElement.idl
|
| @@ -25,11 +25,11 @@
|
| */
|
|
|
| interface SVGClipPathElement : SVGStyledElement,
|
| - SVGTests,
|
| SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| - SVGTransformable
|
| - /* SVGUnitTypes */ {
|
| + SVGTransformable {
|
| readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
| };
|
|
|
| +SVGClipPathElement implements SVGExternalResourcesRequired;
|
| +SVGClipPathElement implements SVGTests;
|
| +
|
|
|