зеркало из https://github.com/mozilla/gecko-dev.git
just removed a warning
This commit is contained in:
Родитель
a57c2f071c
Коммит
d421f31ce4
|
@ -2485,7 +2485,6 @@ nsLineLayout::ComputeJustificationWeights(PerSpanData* aPSD,
|
|||
PRInt32 numLetters = 0;
|
||||
|
||||
for (PerFrameData* pfd = aPSD->mFirstFrame; pfd != nsnull; pfd = pfd->mNext) {
|
||||
nscoord dw = 0;
|
||||
|
||||
if (PR_TRUE == pfd->GetFlag(PFD_ISTEXTFRAME)) {
|
||||
numSpaces += pfd->mJustificationNumSpaces;
|
||||
|
|
|
@ -2485,7 +2485,6 @@ nsLineLayout::ComputeJustificationWeights(PerSpanData* aPSD,
|
|||
PRInt32 numLetters = 0;
|
||||
|
||||
for (PerFrameData* pfd = aPSD->mFirstFrame; pfd != nsnull; pfd = pfd->mNext) {
|
||||
nscoord dw = 0;
|
||||
|
||||
if (PR_TRUE == pfd->GetFlag(PFD_ISTEXTFRAME)) {
|
||||
numSpaces += pfd->mJustificationNumSpaces;
|
||||
|
|
Загрузка…
Ссылка в новой задаче