| Index: third_party/WebKit/Source/core/svg/SVGEllipseElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGEllipseElement.idl b/third_party/WebKit/Source/core/svg/SVGEllipseElement.idl
|
| index 08750c644a34386c2496f459c2802951e2b009a0..546f53292f7d6c15f4542cafa9d4d7beb3669ad2 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGEllipseElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGEllipseElement.idl
|
| @@ -23,7 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGEllipseElement
|
| +// https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGEllipseElement
|
|
|
| interface SVGEllipseElement : SVGGeometryElement {
|
| [MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength cx;
|
|
|