зеркало из https://github.com/mozilla/pjs.git
Use TextRun API instead of no-longer public variables
This commit is contained in:
Родитель
8400b0286b
Коммит
98c55e2533
|
@ -1011,7 +1011,7 @@ ListTextRuns(FILE* out, PRInt32 aIndent, nsTextRun* aRuns)
|
|||
{
|
||||
while (nsnull != aRuns) {
|
||||
aRuns->List(out, aIndent);
|
||||
aRuns = aRuns->mNext;
|
||||
aRuns = aRuns->GetNext();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1011,7 +1011,7 @@ ListTextRuns(FILE* out, PRInt32 aIndent, nsTextRun* aRuns)
|
|||
{
|
||||
while (nsnull != aRuns) {
|
||||
aRuns->List(out, aIndent);
|
||||
aRuns = aRuns->mNext;
|
||||
aRuns = aRuns->GetNext();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1011,7 +1011,7 @@ ListTextRuns(FILE* out, PRInt32 aIndent, nsTextRun* aRuns)
|
|||
{
|
||||
while (nsnull != aRuns) {
|
||||
aRuns->List(out, aIndent);
|
||||
aRuns = aRuns->mNext;
|
||||
aRuns = aRuns->GetNext();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1011,7 +1011,7 @@ ListTextRuns(FILE* out, PRInt32 aIndent, nsTextRun* aRuns)
|
|||
{
|
||||
while (nsnull != aRuns) {
|
||||
aRuns->List(out, aIndent);
|
||||
aRuns = aRuns->mNext;
|
||||
aRuns = aRuns->GetNext();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1011,7 +1011,7 @@ ListTextRuns(FILE* out, PRInt32 aIndent, nsTextRun* aRuns)
|
|||
{
|
||||
while (nsnull != aRuns) {
|
||||
aRuns->List(out, aIndent);
|
||||
aRuns = aRuns->mNext;
|
||||
aRuns = aRuns->GetNext();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1011,7 +1011,7 @@ ListTextRuns(FILE* out, PRInt32 aIndent, nsTextRun* aRuns)
|
|||
{
|
||||
while (nsnull != aRuns) {
|
||||
aRuns->List(out, aIndent);
|
||||
aRuns = aRuns->mNext;
|
||||
aRuns = aRuns->GetNext();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче