| Index: third_party/WebKit/Source/core/dom/FrameRequestCallback.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/FrameRequestCallback.idl b/third_party/WebKit/Source/core/dom/FrameRequestCallback.idl
|
| index 1e3e8a48822db47485b4663b08008a7e48553073..66dbef1d4495dbed61797ad8e319584424bba210 100644
|
| --- a/third_party/WebKit/Source/core/dom/FrameRequestCallback.idl
|
| +++ b/third_party/WebKit/Source/core/dom/FrameRequestCallback.idl
|
| @@ -32,6 +32,6 @@
|
| // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28152
|
| callback interface FrameRequestCallback {
|
| // highResTime is passed as high resolution timestamp, see
|
| - // http://www.w3.org/TR/hr-time/ for details.
|
| + // https://w3c.github.io/hr-time/ for details.
|
| void handleEvent(double highResTime);
|
| };
|
|
|