Index: third_party/WebKit/Source/core/svg/SVGCursorElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGCursorElement.idl b/third_party/WebKit/Source/core/svg/SVGCursorElement.idl |
index 56a83ec6f7581b7e92c4efe80613b093470ab6c2..d766484f482a816ab7311b0d47e66c54d634886b 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGCursorElement.idl |
+++ b/third_party/WebKit/Source/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=SVG1DOM] readonly attribute SVGAnimatedLength x; |
+ [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y; |
}; |
SVGCursorElement implements SVGURIReference; |