aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/encoding_support.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/style/encoding_support.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/style/encoding_support.rs')
-rw-r--r--components/style/encoding_support.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/encoding_support.rs b/components/style/encoding_support.rs
index af37e20889a..4f6365ffeae 100644
--- a/components/style/encoding_support.rs
+++ b/components/style/encoding_support.rs
@@ -79,7 +79,7 @@ impl Stylesheet {
bytes: &[u8],
protocol_encoding_label: Option<&str>,
environment_encoding: Option<EncodingRef>,
- url_data: &UrlExtraData,
+ url_data: UrlExtraData,
stylesheet_loader: Option<&StylesheetLoader>,
error_reporter: &ParseErrorReporter) {
let (string, _) = decode_stylesheet_bytes(