diff options
Diffstat (limited to 'components/layout/table.rs')
-rw-r--r-- | components/layout/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table.rs b/components/layout/table.rs index 85bab65e036..f10e448ffd6 100644 --- a/components/layout/table.rs +++ b/components/layout/table.rs @@ -595,7 +595,7 @@ impl<'a> ChildInlineSizeInfo<'a> { /// lays out that child in the inline direction. pub fn propagate_to_child(&self, kid: &mut Flow, - child_index: uint, + child_index: usize, content_inline_size: Au, writing_mode: WritingMode, inline_start_margin_edge: &mut Au) { |