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 d766484f482a816ab7311b0d47e66c54d634886b..d61be407fb0461257e45ffcf457b46c4a88ab85f 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 { |
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x; |
- [MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y; |
+ [MeasureAs=SVG1DOMCursorElement] readonly attribute SVGAnimatedLength x; |
+ [MeasureAs=SVG1DOMCursorElement] readonly attribute SVGAnimatedLength y; |
}; |
SVGCursorElement implements SVGURIReference; |