diff options
Diffstat (limited to 'Source/WebCore/svg/SVGTextPathElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGTextPathElement.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGTextPathElement.idl b/Source/WebCore/svg/SVGTextPathElement.idl index b0e02e2b4..097cd93b1 100644 --- a/Source/WebCore/svg/SVGTextPathElement.idl +++ b/Source/WebCore/svg/SVGTextPathElement.idl @@ -23,9 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG -] interface SVGTextPathElement : SVGTextContentElement { +interface SVGTextPathElement : SVGTextContentElement { // textPath Method Types const unsigned short TEXTPATH_METHODTYPE_UNKNOWN = 0; const unsigned short TEXTPATH_METHODTYPE_ALIGN = 1; |