diff options
Diffstat (limited to 'components/layout/table_cell.rs')
-rw-r--r-- | components/layout/table_cell.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_cell.rs b/components/layout/table_cell.rs index 523ea86a5f5..ea16a5b5a59 100644 --- a/components/layout/table_cell.rs +++ b/components/layout/table_cell.rs @@ -45,7 +45,7 @@ pub struct TableCellFlow { } impl TableCellFlow { - pub fn from_node_fragment_and_visibility_flag<'ln, N: ThreadSafeLayoutNode<'ln>>( + pub fn from_node_fragment_and_visibility_flag<N: ThreadSafeLayoutNode>( node: &N, fragment: Fragment, visible: bool) -> TableCellFlow { TableCellFlow { block_flow: BlockFlow::from_fragment(fragment, None), |