diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs index 86904e0cd47..9eb2a0066b8 100644 --- a/components/msg/constellation_msg.rs +++ b/components/msg/constellation_msg.rs @@ -309,7 +309,7 @@ pub enum NavigationDirection { } #[derive(Clone, PartialEq, Eq, Copy, Hash, Debug)] -pub struct FrameId(pub uint); +pub struct FrameId(pub u32); #[derive(Clone, PartialEq, Eq, Copy, Hash, Debug)] pub struct WorkerId(pub uint);