mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Stop using int/uint in CEF.
This commit is contained in:
parent
1e45d025b3
commit
de94e39ff7
59 changed files with 131 additions and 131 deletions
|
@ -86,7 +86,7 @@ pub struct ServoCefBrowser {
|
|||
/// Whether the on-created callback has fired yet.
|
||||
pub callback_executed: Cell<bool>,
|
||||
|
||||
id: int,
|
||||
id: isize,
|
||||
servo_browser: RefCell<ServoBrowser>,
|
||||
message_queue: RefCell<Vec<WindowEvent>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue