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 c3974e3e1ce..cbe7996899c 100644
--- a/components/script/dom/workerlocation.rs
+++ b/components/script/dom/workerlocation.rs
@@ -15,6 +15,7 @@ use servo_url::{ImmutableOrigin, ServoUrl};
#[dom_struct]
pub struct WorkerLocation {
reflector_: Reflector,
+ #[no_trace]
url: ServoUrl,
}