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