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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user