summaryrefslogtreecommitdiffstats
path: root/layout/generic/nsBlockReflowContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/nsBlockReflowContext.cpp')
-rw-r--r--layout/generic/nsBlockReflowContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/generic/nsBlockReflowContext.cpp b/layout/generic/nsBlockReflowContext.cpp
index ceae9f4849..23f3b83645 100644
--- a/layout/generic/nsBlockReflowContext.cpp
+++ b/layout/generic/nsBlockReflowContext.cpp
@@ -275,7 +275,7 @@ void nsBlockReflowContext::ReflowBlock(const LogicalRect& aSpace,
tI = space.LineLeft(mWritingMode, mContainerSize);
tB = mBCoord;
- if (!mFrame->HasAnyStateBits(NS_BLOCK_BFC_STATE_BITS)) {
+ if (!mFrame->HasAnyStateBits(NS_BLOCK_BFC)) {
aFrameRI.mBlockDelta =
mOuterReflowInput.mBlockDelta + mBCoord - aLine->BStart();
}