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/script/stylesheet_loader.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/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 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()); } |