Report the stylesheet URL when reporting CSS errors

This commit is contained in:
Anthony Ramine 2019-01-14 15:59:37 +01:00
parent e57d09abb8
commit 087e6d649b

View file

@ -2268,7 +2268,7 @@ impl ParseErrorReporter for CSSErrorReporter {
.unwrap()
.send(ConstellationControlMsg::ReportCSSError(
self.pipelineid,
"".to_owned(),
url.to_string(),
location.line,
location.column,
error.to_string(),