mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Use final url for updating stylesheet from @import rule.
This commit is contained in:
parent
37585309e9
commit
2628ebe612
4 changed files with 11 additions and 3 deletions
|
@ -161,6 +161,7 @@ impl FetchResponseListener for StylesheetContext {
|
|||
&data,
|
||||
protocol_encoding_label,
|
||||
Some(environment_encoding),
|
||||
&final_url,
|
||||
Some(&loader),
|
||||
win.css_error_reporter());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue