diff options
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>, |