Fixed compile bug.

git-svn-id: svn://10.0.0.236/trunk@43747 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
evaughan%netscape.com
1999-08-19 23:33:38 +00:00
parent 78fe07536b
commit e418bae616
2 changed files with 2 additions and 2 deletions

View File

@@ -1121,7 +1121,7 @@ nsGfxScrollFrame::AttributeChanged(nsIDocument *aDocument,
mHScrollbarFrame->GetContent(getter_AddRefs(hcontent));
mVScrollbarFrame->GetContent(getter_AddRefs(vcontent));
if (hcontent == aContent || vcontent == aContent)
if (hcontent.get() == aContent || vcontent.get() == aContent)
{
nscoord x = 0;
nscoord y = 0;