| Index: core/workers/WorkerLocation.idl
|
| diff --git a/core/workers/WorkerLocation.idl b/core/workers/WorkerLocation.idl
|
| index 64ed9e033fee4a263e9c40c6106840f9f9ccab4d..252f3a71858b6e84fba9385702609455a3637b7c 100644
|
| --- a/core/workers/WorkerLocation.idl
|
| +++ b/core/workers/WorkerLocation.idl
|
| @@ -26,9 +26,12 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://www.w3.org/TR/workers/#workerlocation
|
| [
|
| - GlobalContext=WorkerGlobalScope
|
| + Exposed=Worker,
|
| + WillBeGarbageCollected,
|
| ] interface WorkerLocation {
|
| };
|
|
|
| +// https://developer.mozilla.org/en-US/docs/Web/API/WorkerLocation
|
| WorkerLocation implements URLUtilsReadOnly;
|
|
|