| Index: third_party/WebKit/Source/core/dom/ClientRectList.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/ClientRectList.idl b/third_party/WebKit/Source/core/dom/ClientRectList.idl
|
| index 67dd0c3e47a6ed550076d4a9c83b1efbc19492c4..4c3a4db93748ec77f5e32c655b127fa795d63827 100644
|
| --- a/third_party/WebKit/Source/core/dom/ClientRectList.idl
|
| +++ b/third_party/WebKit/Source/core/dom/ClientRectList.idl
|
| @@ -25,12 +25,12 @@
|
| */
|
|
|
| // An old version of CSSOM View Module defines the ClientRectList interface:
|
| -// http://www.w3.org/TR/2011/WD-cssom-view-20110804/#the-clientrectlist-interface
|
| +// https://www.w3.org/TR/2011/WD-cssom-view-20110804/#the-clientrectlist-interface
|
|
|
| // It has since been replace by DOMRectList in CSSOM View Module and
|
| // Geometry Interfaces Module:
|
| -// http://dev.w3.org/csswg/cssom-view/#extension-to-the-element-interface
|
| -// http://dev.w3.org/fxtf/geometry/#DOMRectList
|
| +// https://dev.w3.org/csswg/cssom-view/#extension-to-the-element-interface
|
| +// https://dev.w3.org/fxtf/geometry/#DOMRectList
|
|
|
| // CSSOM View Module also says: "The DOMRectList interface is at-risk.
|
| // The authors of this specification await feedback from implementers
|
|
|