diff options
Diffstat (limited to 'Source/WebCore/svg/SVGTextPositioningElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGTextPositioningElement.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGTextPositioningElement.idl b/Source/WebCore/svg/SVGTextPositioningElement.idl index 7c3afdfe6..2a018641c 100644 --- a/Source/WebCore/svg/SVGTextPositioningElement.idl +++ b/Source/WebCore/svg/SVGTextPositioningElement.idl @@ -23,9 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG -] interface SVGTextPositioningElement : SVGTextContentElement { +interface SVGTextPositioningElement : SVGTextContentElement { readonly attribute SVGAnimatedLengthList x; readonly attribute SVGAnimatedLengthList y; readonly attribute SVGAnimatedLengthList dx; |