Blue boxes be gone! Fixing 58121, r=jfrancis, sr=attinasi.

git-svn-id: svn://10.0.0.236/trunk@92045 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2001-04-12 01:26:57 +00:00
parent b02af4908d
commit a9ca071a88
2 changed files with 4 additions and 8 deletions

View File

@@ -105,8 +105,7 @@ nsHTMLContainerFrame::Paint(nsIPresContext* aPresContext,
PaintChildren(aPresContext, aRenderingContext, aDirtyRect, aWhichLayer);
// see if we have to draw a selection frame around this container
return nsFrame::Paint(aPresContext, aRenderingContext, aDirtyRect, aWhichLayer);
return NS_OK;
}
/**
@@ -166,8 +165,7 @@ ReparentFrameViewTo(nsIPresContext* aPresContext,
aFrame->GetView(aPresContext, &view);
if (view) {
// Verify that the current parent view is what we think it is
nsIView* parentView;
//nsIView* parentView;
//NS_ASSERTION(parentView == aOldParentView, "unexpected parent view");
// Change the parent view.