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