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