diff options
Diffstat (limited to 'components/script/stylesheet_loader.rs')
-rw-r--r-- | components/script/stylesheet_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/stylesheet_loader.rs b/components/script/stylesheet_loader.rs index f96cc5ae389..3b6c14525df 100644 --- a/components/script/stylesheet_loader.rs +++ b/components/script/stylesheet_loader.rs @@ -179,7 +179,7 @@ impl FetchResponseListener for StylesheetContext { }, StylesheetContextSource::Import(ref stylesheet) => { Stylesheet::update_from_bytes( - &stylesheet, + stylesheet, &data, protocol_encoding_label, Some(environment_encoding), |