diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs index 696dfb2e397..d19d93d0a99 100644 --- a/components/msg/constellation_msg.rs +++ b/components/msg/constellation_msg.rs @@ -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);