aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/flow.rs')
-rw-r--r--components/layout/flow.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/flow.rs b/components/layout/flow.rs
index bfca9c6168c..20645e70123 100644
--- a/components/layout/flow.rs
+++ b/components/layout/flow.rs
@@ -430,6 +430,7 @@ pub trait MutableOwnedFlowUtils {
pub enum FlowClass {
BlockFlowClass,
InlineFlowClass,
+ ListItemFlowClass,
TableWrapperFlowClass,
TableFlowClass,
TableColGroupFlowClass,