aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/fetch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/fetch.rs')
-rw-r--r--components/script/fetch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/fetch.rs b/components/script/fetch.rs
index 9de88ba0277..5e88d46dffb 100644
--- a/components/script/fetch.rs
+++ b/components/script/fetch.rs
@@ -52,6 +52,7 @@ struct FetchContext {
#[derive(Default, JSTraceable, MallocSizeOf)]
pub struct FetchCanceller {
#[ignore_malloc_size_of = "channels are hard"]
+ #[no_trace]
cancel_chan: Option<ipc::IpcSender<()>>,
}