mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 19:48:18 +00:00
Added XXX comment about the lack of proper ref counting...
This commit is contained in:
parent
2d42fbbc50
commit
a4ab4c3b6f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user