diff options
Diffstat (limited to 'Source/WebCore/svg/SVGPatternElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGPatternElement.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGPatternElement.idl b/Source/WebCore/svg/SVGPatternElement.idl index 2f67cae33..5fecc654c 100644 --- a/Source/WebCore/svg/SVGPatternElement.idl +++ b/Source/WebCore/svg/SVGPatternElement.idl @@ -23,9 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG, -] interface SVGPatternElement : SVGElement { +interface SVGPatternElement : SVGElement { readonly attribute SVGAnimatedEnumeration patternUnits; readonly attribute SVGAnimatedEnumeration patternContentUnits; readonly attribute SVGAnimatedTransformList patternTransform; |