aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/stylesheet_loader.rs
diff options
context:
space:
mode:
authorXidorn Quan <me@upsuper.org>2017-06-13 10:07:06 +1000
committerXidorn Quan <me@upsuper.org>2017-06-13 10:07:06 +1000
commitcdc537f23e1da29b98e203c5ad7176b49df5450b (patch)
treef1cec1a27dd118d32628ebbb886bb2d14582716c /components/script/stylesheet_loader.rs
parent1b077303237d5ecb8307f866e9172d0d8e6b132d (diff)
downloadservo-cdc537f23e1da29b98e203c5ad7176b49df5450b.tar.gz
servo-cdc537f23e1da29b98e203c5ad7176b49df5450b.zip
Bug 1331291 part 1 - Set stylesheet url_data correctly for import rule.
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 3143d8b34ad..4d2518a7cca 100644
--- a/components/script/stylesheet_loader.rs
+++ b/components/script/stylesheet_loader.rs
@@ -160,7 +160,7 @@ impl FetchResponseListener for StylesheetContext {
&data,
protocol_encoding_label,
Some(environment_encoding),
- &final_url,
+ final_url,
Some(&loader),
win.css_error_reporter());
}