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