| Index: Source/core/svg/SVGClipPathElement.idl
|
| diff --git a/Source/core/svg/SVGClipPathElement.idl b/Source/core/svg/SVGClipPathElement.idl
|
| index 863228623e0fb016d137ac3eb7d4d8264eabfdde..96b5af1164af42b490b3b5e20bacb88b1063495c 100644
|
| --- a/Source/core/svg/SVGClipPathElement.idl
|
| +++ b/Source/core/svg/SVGClipPathElement.idl
|
| @@ -24,11 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGClipPathElement : SVGStyledElement,
|
| - SVGTransformable {
|
| +interface SVGClipPathElement : SVGGraphicsElement {
|
| readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
| };
|
|
|
| SVGClipPathElement implements SVGExternalResourcesRequired;
|
| -SVGClipPathElement implements SVGTests;
|
| -
|
|
|