diff options
Diffstat (limited to 'components/style/encoding_support.rs')
-rw-r--r-- | components/style/encoding_support.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/style/encoding_support.rs b/components/style/encoding_support.rs index 92620378b30..af37e20889a 100644 --- a/components/style/encoding_support.rs +++ b/components/style/encoding_support.rs @@ -88,6 +88,7 @@ impl Stylesheet { &string, url_data, stylesheet_loader, - error_reporter) + error_reporter, + 0) } } |