mirror of
https://github.com/servo/servo.git
synced 2025-06-18 05:14:28 +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()
|
||||
.send(ConstellationControlMsg::ReportCSSError(
|
||||
self.pipelineid,
|
||||
"".to_owned(),
|
||||
url.to_string(),
|
||||
location.line,
|
||||
location.column,
|
||||
error.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue