diff options
author | Xidorn Quan <me@upsuper.org> | 2017-06-13 10:07:06 +1000 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2017-06-13 10:07:06 +1000 |
commit | cdc537f23e1da29b98e203c5ad7176b49df5450b (patch) | |
tree | f1cec1a27dd118d32628ebbb886bb2d14582716c /components/style/encoding_support.rs | |
parent | 1b077303237d5ecb8307f866e9172d0d8e6b132d (diff) | |
download | servo-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.rs | 2 |
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( |