mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Bump serde to 1.0
This commit is contained in:
parent
e1bce24129
commit
76d8573393
60 changed files with 487 additions and 474 deletions
|
@ -2322,7 +2322,7 @@ impl ScriptThread {
|
|||
}
|
||||
|
||||
fn handle_css_error_reporting(&self, pipeline_id: PipelineId, filename: String,
|
||||
line: usize, column: usize, msg: String) {
|
||||
line: u32, column: u32, msg: String) {
|
||||
let sender = match self.devtools_chan {
|
||||
Some(ref sender) => sender,
|
||||
None => return,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue