diff options
Diffstat (limited to 'components/net/fetch/request.rs')
-rw-r--r-- | components/net/fetch/request.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/fetch/request.rs b/components/net/fetch/request.rs index c14efe9c59e..da933002fb8 100644 --- a/components/net/fetch/request.rs +++ b/components/net/fetch/request.rs @@ -79,7 +79,7 @@ pub struct Request { pub manual_redirect: bool, pub redirect_count: uint, pub response_tainting: ResponseTainting, - pub cache: Option<Box<CORSCache>> + pub cache: Option<Box<CORSCache+'static>> } impl Request { |