Index: core/workers/WorkerLocation.idl |
diff --git a/core/workers/WorkerLocation.idl b/core/workers/WorkerLocation.idl |
index 252f3a71858b6e84fba9385702609455a3637b7c..dd60b70f0d8d23207920c9e7aa483d4f710b81e6 100644 |
--- a/core/workers/WorkerLocation.idl |
+++ b/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, |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface WorkerLocation { |
}; |
-// https://developer.mozilla.org/en-US/docs/Web/API/WorkerLocation |
WorkerLocation implements URLUtilsReadOnly; |