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