Index: Source/core/svg/SVGCursorElement.idl |
diff --git a/Source/core/svg/SVGCursorElement.idl b/Source/core/svg/SVGCursorElement.idl |
index 468622721c6217ba3da315668f41de8443be8278..057c2b169999e7da1cb70b18920efeef6c182b13 100644 |
--- a/Source/core/svg/SVGCursorElement.idl |
+++ b/Source/core/svg/SVGCursorElement.idl |
@@ -23,12 +23,10 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGCursorElement : SVGElement, |
- SVGURIReference, |
- SVGTests, |
- SVGExternalResourcesRequired { |
+interface SVGCursorElement : SVGElement, |
+ SVGURIReference, |
+ SVGTests, |
+ SVGExternalResourcesRequired { |
readonly attribute SVGAnimatedLength x; |
readonly attribute SVGAnimatedLength y; |
}; |