summaryrefslogtreecommitdiff
path: root/layout/xul/nsBoxLayoutState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layout/xul/nsBoxLayoutState.cpp')
-rw-r--r--layout/xul/nsBoxLayoutState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/xul/nsBoxLayoutState.cpp b/layout/xul/nsBoxLayoutState.cpp
index e1219534e0..2e459ade8e 100644
--- a/layout/xul/nsBoxLayoutState.cpp
+++ b/layout/xul/nsBoxLayoutState.cpp
@@ -19,7 +19,7 @@ nsBoxLayoutState::nsBoxLayoutState(nsPresContext* aPresContext,
: mPresContext(aPresContext)
, mRenderingContext(aRenderingContext)
, mOuterReflowInput(aOuterReflowInput)
- , mLayoutFlags(0)
+ , mLayoutFlags(nsIFrame::ReflowChildFlags::Default)
, mReflowDepth(aReflowDepth)
, mPaintingDisabled(false)
{