Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1596)

Unified Diff: third_party/WebKit/Source/core/dom/FrameRequestCallback.idl

Issue 2824463002: Replace most /TR/ links in IDL files (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.idl ('k') | third_party/WebKit/Source/core/events/InputEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698