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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl

Issue 2549633002: rewrite spec links with http: to https: and fix known Javascript redirected links (Closed)
Patch Set: Fix frame-timing link Created 4 years 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/workers/WorkerGlobalScope.idl
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
index adf2931663ab6a1752a08b1fcbf9dde355f2e5db..2c6f355a2bf682f5cdb7cacef25468cbbbec0c08 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
@@ -53,7 +53,7 @@
// and is left commented here just for documentation.
// CORS and RFC1918
- // https://mikewest.github.io/cors-rfc1918/#feature-detect
+ // https://wicg.github.io/cors-rfc1918/#feature-detect
[RuntimeEnabled=CorsRFC1918, ImplementedAs=addressSpaceForBindings] readonly attribute AddressSpace addressSpace;
// Unhandled Promise Rejection Events

Powered by Google App Engine
This is Rietveld 408576698