| 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 efd67a317a0dfe45ac9c9be2456b772bd8f200bf..25478198bf3bbffb052943b01ea84a01a05d07ab 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.idl
|
| @@ -24,7 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://www.w3.org/TR/SVG2/paths.html#InterfaceSVGPathElement
|
| +// https://svgwg.org/svg2-draft/paths.html#InterfaceSVGPathElement
|
|
|
| interface SVGPathElement : SVGGeometryElement {
|
| unsigned long getPathSegAtLength(float distance);
|
|
|