Index: third_party/WebKit/Source/core/svg/SVGPathElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.idl b/third_party/WebKit/Source/core/svg/SVGPathElement.idl |
index 25478198bf3bbffb052943b01ea84a01a05d07ab..5acd7d8782e4ec91ba5e955627b73b1e436af452 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPathElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGPathElement.idl |
@@ -27,5 +27,5 @@ |
// https://svgwg.org/svg2-draft/paths.html#InterfaceSVGPathElement |
interface SVGPathElement : SVGGeometryElement { |
- unsigned long getPathSegAtLength(float distance); |
+ [Measure] unsigned long getPathSegAtLength(float distance); |
}; |