Use final url for updating stylesheet from @import rule.

This commit is contained in:
Xidorn Quan 2017-04-03 21:17:14 +10:00
parent 37585309e9
commit 2628ebe612
4 changed files with 11 additions and 3 deletions

View file

@ -161,6 +161,7 @@ impl FetchResponseListener for StylesheetContext {
&data,
protocol_encoding_label,
Some(environment_encoding),
&final_url,
Some(&loader),
win.css_error_reporter());
}