CORS-RFC1918: Teach Workers about address spaces.
https://codereview.chromium.org/1749153002 taught Documents about their
address spaces, but neglected Workers. Sorry, Workers!
This patch pipes address spaces through to WorkerGlobalState as follows:
1. ServiceWorkers and SharedWorkers get their own address state from the
Response which was used to create them.
2. DedicatedWorkers and Worklets get their address state from the
Document which created them.
BUG=
591052
Committed:
https://crrev.com/0cff8b37a25ec1c28aa0a388bd54522f2a47a6a2
Cr-Commit-Position: refs/heads/master@{#379292}