Index: Source/core/svg/SVGCursorElement.idl |
diff --git a/Source/core/svg/SVGCursorElement.idl b/Source/core/svg/SVGCursorElement.idl |
index 627bf196c7363ad2b8b205498e55c2469efaa8bc..d5e76e34704c610913632b3b2222b4a24fccd4d9 100644 |
--- a/Source/core/svg/SVGCursorElement.idl |
+++ b/Source/core/svg/SVGCursorElement.idl |
@@ -27,8 +27,8 @@ |
// http://www.w3.org/TR/SVG2/interact.html#InterfaceSVGCursorElement |
interface SVGCursorElement : SVGElement { |
- readonly attribute SVGAnimatedLength x; |
- readonly attribute SVGAnimatedLength y; |
+ [RuntimeEnabled=SVG1DOM] readonly attribute SVGAnimatedLength x; |
+ [RuntimeEnabled=SVG1DOM] readonly attribute SVGAnimatedLength y; |
}; |
SVGCursorElement implements SVGURIReference; |