mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Use u32 for WorkerId.
This commit is contained in:
parent
2f3060c8a7
commit
c98d92df00
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ pub enum NavigationDirection {
|
|||
pub struct FrameId(pub u32);
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug)]
|
||||
pub struct WorkerId(pub uint);
|
||||
pub struct WorkerId(pub u32);
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug)]
|
||||
pub struct PipelineId(pub uint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue