Chromium Code Reviews| Index: Source/core/svg/SVGPathSegClosePath.idl |
| diff --git a/Source/core/svg/SVGPathSegClosePath.idl b/Source/core/svg/SVGPathSegClosePath.idl |
| index 3f0969a4d3d706a9397aff84716ced555c858a08..f3eff1e8d4af246fafb94ae42b491d779d3b4151 100644 |
| --- a/Source/core/svg/SVGPathSegClosePath.idl |
| +++ b/Source/core/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 { |
| }; |