diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-10-05 10:29:38 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-10-06 21:36:00 +0200 |
commit | b6bbd41e11a8d73f884b7011905c05bd3efec3cd (patch) | |
tree | 44bf2af511f941aac3ff449b1b4b088f0286077c /components/net_traits/request.rs | |
parent | c66cf46bee6306ba8cb51f22c0d704c31c17d0fd (diff) | |
download | servo-b6bbd41e11a8d73f884b7011905c05bd3efec3cd.tar.gz servo-b6bbd41e11a8d73f884b7011905c05bd3efec3cd.zip |
Remove GlobalRoot and GlobalRef
Diffstat (limited to 'components/net_traits/request.rs')
-rw-r--r-- | components/net_traits/request.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/net_traits/request.rs b/components/net_traits/request.rs index 2a84c91c759..4380baf3a09 100644 --- a/components/net_traits/request.rs +++ b/components/net_traits/request.rs @@ -174,8 +174,6 @@ pub struct Request { pub body: RefCell<Option<Vec<u8>>>, // TODO: client object pub is_service_worker_global_scope: bool, - // pub client: GlobalRef, // XXXManishearth copy over only the relevant fields of the global scope, - // not the entire scope to avoid the libscript dependency pub window: Cell<Window>, // TODO: target browsing context pub keep_alive: Cell<bool>, |