Remove obsolete state bit NS_BLOCK_SHRINK_WRAP. Bug 369243, r=bz, sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@220168 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
smontagu%smontagu.org
2007-02-15 05:07:57 +00:00
parent 4d7ecb5ce0
commit a2b9c77fed
5 changed files with 8 additions and 15 deletions

View File

@@ -88,8 +88,7 @@ NS_NewIsIndexFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
nsIsIndexFrame::nsIsIndexFrame(nsStyleContext* aContext) :
nsAreaFrame(aContext)
{
//Shrink the area around its contents
SetFlags(NS_BLOCK_SHRINK_WRAP | NS_BLOCK_SPACE_MGR);
SetFlags(NS_BLOCK_SPACE_MGR);
}
nsIsIndexFrame::~nsIsIndexFrame()