Added XXX comment about the lack of proper ref counting...

This commit is contained in:
troy%netscape.com 1998-07-30 17:30:44 +00:00
parent 2d42fbbc50
commit a4ab4c3b6f

View File

@ -1890,6 +1890,8 @@ void ForceDrawFrame(nsFrame * aFrame)//, PRBool)
aFrame->GetRect(rect);
rect.x = pnt.x;
rect.y = pnt.y;
// XXX I sure hope t is code isn't actually used, because the ref counting is
// all screwed up...
if (view != nsnull) {
nsIViewManager * viewMgr = view->GetViewManager();
if (viewMgr != nsnull) {