Previous checkin was for bug 382422

git-svn-id: svn://10.0.0.236/trunk@233782 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
smontagu%smontagu.org
2007-09-03 07:00:10 +00:00
parent 51c436f5f0
commit ea4e88a4ac
3 changed files with 3 additions and 3 deletions

View File

@@ -6593,7 +6593,7 @@ nsBlockFrame::BlockNeedsSpaceManager(nsIFrame* aBlock)
return (aBlock->GetStateBits() & NS_BLOCK_SPACE_MGR) ||
(parent && !parent->IsFloatContainingBlock());
}
#ifdef IBMBIDI
nsresult
nsBlockFrame::ResolveBidi()

View File

@@ -109,7 +109,7 @@ class nsIntervalSet;
*/
// see nsHTMLParts.h for the public block state bits
#define NS_BLOCK_NEEDS_BIDI_RESOLUTION 0x00100000
#define NS_BLOCK_NEEDS_BIDI_RESOLUTION 0x00100000
#define NS_BLOCK_HAS_LINE_CURSOR 0x01000000
#define NS_BLOCK_HAS_OVERFLOW_LINES 0x02000000
#define NS_BLOCK_HAS_OVERFLOW_OUT_OF_FLOWS 0x04000000

View File

@@ -68,7 +68,7 @@ class nsIChannel;
#define NS_BLOCK_FRAME_HAS_OUTSIDE_BULLET 0x40000000
// These are the bits that get inherited from a block frame to its
// next-in-flows and are not private to blocks
#define NS_BLOCK_FLAGS_MASK 0xF0E00000
#define NS_BLOCK_FLAGS_MASK 0xF0E00000
// Factory methods for creating html layout objects