aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/stylesheet_loader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/stylesheet_loader.rs')
-rw-r--r--components/script/stylesheet_loader.rs2
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),