aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workerlocation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/workerlocation.rs')
-rw-r--r--components/script/dom/workerlocation.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/workerlocation.rs b/components/script/dom/workerlocation.rs
index 1f176e2c7d9..0d82fc79098 100644
--- a/components/script/dom/workerlocation.rs
+++ b/components/script/dom/workerlocation.rs
@@ -13,6 +13,7 @@ use dom::workerglobalscope::WorkerGlobalScope;
use url::Url;
+// https://html.spec.whatwg.org/multipage/workers.html#worker-locations
#[dom_struct]
pub struct WorkerLocation {
reflector_: Reflector,