diff options
Diffstat (limited to 'Source/WebCore/svg/SVGClipPathElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGClipPathElement.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGClipPathElement.idl b/Source/WebCore/svg/SVGClipPathElement.idl index 9c07f86db..96b5af116 100644 --- a/Source/WebCore/svg/SVGClipPathElement.idl +++ b/Source/WebCore/svg/SVGClipPathElement.idl @@ -24,9 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG -] interface SVGClipPathElement : SVGGraphicsElement { +interface SVGClipPathElement : SVGGraphicsElement { readonly attribute SVGAnimatedEnumeration clipPathUnits; }; |