diff options
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()); } |