mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use usize for UnsafeFlow.
This commit is contained in:
parent
95004ee4b6
commit
865d4b4eb4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ fn static_assertion(node: UnsafeLayoutNode) {
|
|||
}
|
||||
|
||||
/// Vtable + pointer representation of a Flow trait object.
|
||||
pub type UnsafeFlow = (uint, uint);
|
||||
pub type UnsafeFlow = (usize, usize);
|
||||
|
||||
fn null_unsafe_flow() -> UnsafeFlow {
|
||||
(0, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue