Index: Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl |
diff --git a/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl b/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl |
index 9252acf5ba85923e43cc2c376442d6534881f6e2..f5f3a81972e943fb293100ccc51ad2230af7c237 100644 |
--- a/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl |
+++ b/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl |
@@ -24,9 +24,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGPathSegLinetoHorizontalAbs : SVGPathSeg { |
+interface SVGPathSegLinetoHorizontalAbs : SVGPathSeg { |
[StrictTypeChecking] attribute float x; |
}; |