aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/net/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/shared/net/lib.rs')
-rw-r--r--components/shared/net/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/net/lib.rs b/components/shared/net/lib.rs
index 595d47c7b06..1fccc8a18c4 100644
--- a/components/shared/net/lib.rs
+++ b/components/shared/net/lib.rs
@@ -341,7 +341,7 @@ where
// See also: https://github.com/servo/servo/blob/735480/components/script/script_thread.rs#L313
#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct ResourceThreads {
- core_thread: CoreResourceThread,
+ pub core_thread: CoreResourceThread,
storage_thread: IpcSender<StorageThreadMsg>,
}