aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/util.rs')
-rw-r--r--components/layout/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/util.rs b/components/layout/util.rs
index c7ddbc0c596..2cefcac302b 100644
--- a/components/layout/util.rs
+++ b/components/layout/util.rs
@@ -66,7 +66,7 @@ impl PrivateLayoutData {
bitflags! {
flags LayoutDataFlags: u8 {
#[doc="Whether a flow has been newly constructed."]
- static HasNewlyConstructedFlow = 0x01
+ const HAS_NEWLY_CONSTRUCTED_FLOW = 0x01
}
}