This wasn't supposed to go in...

This commit is contained in:
bzbarsky%mit.edu 2004-07-30 06:21:04 +00:00
parent e628e82cc1
commit 7207e32b33
2 changed files with 0 additions and 8 deletions

View File

@ -520,10 +520,6 @@ nsFrame::Init(nsIPresContext* aPresContext,
NS_IF_ADDREF(mContent); NS_IF_ADDREF(mContent);
mParent = aParent; mParent = aParent;
if (mContent) {
mContent->SetMayHaveFrame(PR_TRUE);
}
if (aPrevInFlow) { if (aPrevInFlow) {
// Make sure the general flags bits are the same // Make sure the general flags bits are the same
nsFrameState state = aPrevInFlow->GetStateBits(); nsFrameState state = aPrevInFlow->GetStateBits();

View File

@ -520,10 +520,6 @@ nsFrame::Init(nsIPresContext* aPresContext,
NS_IF_ADDREF(mContent); NS_IF_ADDREF(mContent);
mParent = aParent; mParent = aParent;
if (mContent) {
mContent->SetMayHaveFrame(PR_TRUE);
}
if (aPrevInFlow) { if (aPrevInFlow) {
// Make sure the general flags bits are the same // Make sure the general flags bits are the same
nsFrameState state = aPrevInFlow->GetStateBits(); nsFrameState state = aPrevInFlow->GetStateBits();