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