mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1177927 followup: use . instead of -> to call method on nsFrameList, to fix compile error.
This commit is contained in:
parent
793c147e27
commit
37e75db83f
@ -361,7 +361,7 @@ nsPrintEngine::GetSeqFrameAndCountPagesInternal(nsPrintObject* aPO,
|
||||
}
|
||||
|
||||
// count the total number of pages
|
||||
aCount = aSeqFrame->PrincipalChildList()->GetLength();
|
||||
aCount = aSeqFrame->PrincipalChildList().GetLength();
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user