diff --git a/components/layout/display_list_builder.rs b/components/layout/display_list_builder.rs index 269cfd31bf3..7b890392c03 100644 --- a/components/layout/display_list_builder.rs +++ b/components/layout/display_list_builder.rs @@ -1534,8 +1534,8 @@ impl BaseFlowDisplayListBuilding for BaseFlow { struct StopRun { start_offset: f32, end_offset: f32, - start_index: uint, - stop_count: uint, + start_index: usize, + stop_count: usize, } fn fmin(a: f32, b: f32) -> f32 {