Fixed compile bug.
git-svn-id: svn://10.0.0.236/trunk@43747 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user