diff options
Diffstat (limited to 'components/script/dom/broadcastchannel.rs')
-rw-r--r-- | components/script/dom/broadcastchannel.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/broadcastchannel.rs b/components/script/dom/broadcastchannel.rs index 458ed299e85..dd5149c1203 100644 --- a/components/script/dom/broadcastchannel.rs +++ b/components/script/dom/broadcastchannel.rs @@ -22,6 +22,7 @@ pub struct BroadcastChannel { eventtarget: EventTarget, name: DOMString, closed: Cell<bool>, + #[no_trace] id: Uuid, } |