| Index: third_party/WebKit/Source/core/dom/ClientRect.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/ClientRect.idl b/third_party/WebKit/Source/core/dom/ClientRect.idl
|
| index 58118f3a905eb9e512c0ba94cda77cd87e973b0b..27230e88336f312d8fe9876736d99abcbf2ddaa0 100644
|
| --- a/third_party/WebKit/Source/core/dom/ClientRect.idl
|
| +++ b/third_party/WebKit/Source/core/dom/ClientRect.idl
|
| @@ -25,12 +25,12 @@
|
| */
|
|
|
| // An old version of CSSOM View Module defines the ClientRect interface:
|
| -// http://www.w3.org/TR/2011/WD-cssom-view-20110804/#the-clientrect-interface
|
| +// https://www.w3.org/TR/2011/WD-cssom-view-20110804/#the-clientrect-interface
|
|
|
| // It has since been replaced by DOMRect 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/#DOMRect
|
| +// https://dev.w3.org/csswg/cssom-view/#extension-to-the-element-interface
|
| +// https://dev.w3.org/fxtf/geometry/#DOMRect
|
|
|
| interface ClientRect {
|
| readonly attribute float top;
|
|
|