| Index: Source/core/workers/WorkerLocation.idl
|
| diff --git a/Source/core/workers/WorkerLocation.idl b/Source/core/workers/WorkerLocation.idl
|
| index b55153c9bb959e7aab96e6fadb7aecdb4accbefb..dd60b70f0d8d23207920c9e7aa483d4f710b81e6 100644
|
| --- a/Source/core/workers/WorkerLocation.idl
|
| +++ b/Source/core/workers/WorkerLocation.idl
|
| @@ -26,12 +26,12 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://www.w3.org/TR/workers/#workerlocation
|
| +// https://html.spec.whatwg.org/#worker-locations
|
| +
|
| [
|
| Exposed=Worker,
|
| GarbageCollected,
|
| ] interface WorkerLocation {
|
| };
|
|
|
| -// https://developer.mozilla.org/en-US/docs/Web/API/WorkerLocation
|
| WorkerLocation implements URLUtilsReadOnly;
|
|
|