diff options
Diffstat (limited to 'components/layout/table_rowgroup.rs')
-rw-r--r-- | components/layout/table_rowgroup.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_rowgroup.rs b/components/layout/table_rowgroup.rs index cac1657bd43..d11c38cc275 100644 --- a/components/layout/table_rowgroup.rs +++ b/components/layout/table_rowgroup.rs @@ -186,7 +186,7 @@ impl Flow for TableRowGroupFlow { fn collect_stacking_contexts(&mut self, state: &mut StackingContextCollectionState) { self.block_flow.collect_stacking_contexts_for_block(state, - StackingContextCollectionFlags::NEVER_CREATES_CONTAINING_BLOCK); + StackingContextCollectionFlags::POSITION_NEVER_CREATES_CONTAINING_BLOCK); } fn repair_style(&mut self, new_style: &::ServoArc<ComputedValues>) { |