Index: Source/core/svg/SVGCursorElement.idl |
diff --git a/Source/core/svg/SVGCursorElement.idl b/Source/core/svg/SVGCursorElement.idl |
index 627bf196c7363ad2b8b205498e55c2469efaa8bc..74c76ad5a7442cebcf4c66066af25766a57b9970 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, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y; |
}; |
SVGCursorElement implements SVGURIReference; |