mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Stop using int/uint in script.
This commit is contained in:
parent
74f8c0eeb7
commit
c2e81be8a5
12 changed files with 23 additions and 24 deletions
|
@ -32,7 +32,7 @@ use std::ptr;
|
|||
#[privatize]
|
||||
pub struct BrowserContext {
|
||||
history: Vec<SessionHistoryEntry>,
|
||||
active_index: uint,
|
||||
active_index: usize,
|
||||
window_proxy: *mut JSObject,
|
||||
frame_element: Option<JS<Element>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue