| Index: Source/core/svg/SVGPathSegClosePath.idl
|
| diff --git a/Source/core/svg/SVGPathSegClosePath.idl b/Source/core/svg/SVGPathSegClosePath.idl
|
| index b1853cd09c121658f789cc45eb501706a67114e8..a76a85b05901ac79d43f3e1bb60458f6c0f88d6e 100644
|
| --- a/Source/core/svg/SVGPathSegClosePath.idl
|
| +++ b/Source/core/svg/SVGPathSegClosePath.idl
|
| @@ -24,6 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://www.w3.org/TR/SVG2/paths.html#InterfaceSVGPathSegClosePath
|
| +
|
| [
|
| RuntimeEnabled=SVG1DOM
|
| ] interface SVGPathSegClosePath : SVGPathSeg {
|
|
|