From 422bda73792fc1ac5ef589367b69841f2a02ced1 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Mon, 7 Jul 2014 15:43:47 +1000 Subject: Warning police. --- src/components/script/html/cssparse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/script/html/cssparse.rs') diff --git a/src/components/script/html/cssparse.rs b/src/components/script/html/cssparse.rs index cb54e9dd198..2f96822770e 100644 --- a/src/components/script/html/cssparse.rs +++ b/src/components/script/html/cssparse.rs @@ -43,7 +43,7 @@ fn parse_css(provenance: StylesheetProvenance) -> Stylesheet { } InlineProvenance(base_url, data) => { debug!("cssparse: loading inline stylesheet {:s}", data); - Stylesheet::from_str(data.as_slice(), base_url, environment_encoding) + Stylesheet::from_str(data.as_slice(), base_url) } } } -- cgit v1.2.3