| 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
|
|
|