mirror of
https://github.com/servo/servo.git
synced 2025-06-18 13:24:29 +00:00
Report the stylesheet URL when reporting CSS errors
This commit is contained in:
parent
e57d09abb8
commit
087e6d649b
1 changed files with 1 additions and 1 deletions
|
@ -2268,7 +2268,7 @@ impl ParseErrorReporter for CSSErrorReporter {
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.send(ConstellationControlMsg::ReportCSSError(
|
.send(ConstellationControlMsg::ReportCSSError(
|
||||||
self.pipelineid,
|
self.pipelineid,
|
||||||
"".to_owned(),
|
url.to_string(),
|
||||||
location.line,
|
location.line,
|
||||||
location.column,
|
location.column,
|
||||||
error.to_string(),
|
error.to_string(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue