| 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 1d3f4d5c13a61e502bfe9b06435a2d5fbd000252..856c4511b6f1259962abd13b60ce7e01dbef5b7a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| @@ -47,6 +47,10 @@
|
| // https://developer.chrome.com/devtools/docs/console-api
|
| [Replaceable] readonly attribute WorkerConsole console;
|
|
|
| + // CORS and RFC1918
|
| + // https://mikewest.github.io/cors-rfc1918/#feature-detect
|
| + [RuntimeEnabled=CorsRFC1918, ImplementedAs=addressSpaceForBindings] readonly attribute AddressSpace addressSpace;
|
| +
|
| // Unhandled Promise Rejection Events
|
| // https://github.com/domenic/unhandled-rejections-browser-spec
|
| [RuntimeEnabled=PromiseRejectionEvent] attribute EventHandler onrejectionhandled;
|
|
|