diff options
Diffstat (limited to 'Source/WebCore/svg/SVGPathSegClosePath.idl')
-rw-r--r-- | Source/WebCore/svg/SVGPathSegClosePath.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGPathSegClosePath.idl b/Source/WebCore/svg/SVGPathSegClosePath.idl index 3f0969a4d..f3eff1e8d 100644 --- a/Source/WebCore/svg/SVGPathSegClosePath.idl +++ b/Source/WebCore/svg/SVGPathSegClosePath.idl @@ -24,8 +24,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG -] interface SVGPathSegClosePath : SVGPathSeg { +interface SVGPathSegClosePath : SVGPathSeg { }; |