| Index: core/svg/SVGClipPathElement.idl
|
| ===================================================================
|
| --- core/svg/SVGClipPathElement.idl (revision 23517)
|
| +++ core/svg/SVGClipPathElement.idl (working copy)
|
| @@ -24,14 +24,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGClipPathElement : SVGStyledElement,
|
| - SVGTests,
|
| - SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| - SVGTransformable
|
| - /* SVGUnitTypes */ {
|
| +interface SVGClipPathElement : SVGStyledElement,
|
| + SVGTests,
|
| + SVGLangSpace,
|
| + SVGExternalResourcesRequired,
|
| + SVGTransformable
|
| + /* SVGUnitTypes */ {
|
| readonly attribute SVGAnimatedEnumeration clipPathUnits;
|
| };
|
|
|
|
|