mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Replace the remaining to_string calls by into_string calls.
This commit is contained in:
parent
37a97f3273
commit
b6117a57aa
12 changed files with 43 additions and 42 deletions
|
@ -1199,7 +1199,7 @@ impl ScriptTask {
|
|||
let y = point.y.to_i32().unwrap_or(0);
|
||||
|
||||
let mouse_event = MouseEvent::new(*window,
|
||||
"mousemove".to_string(),
|
||||
"mousemove".into_string(),
|
||||
true,
|
||||
true,
|
||||
Some(*window),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue