зеркало из https://github.com/mozilla/pjs.git
Bug 385293. Silence warnings about textrun recreation that aren't really problems, just informational. r=smontagu
This commit is contained in:
Родитель
c7365f678d
Коммит
6741d15725
|
@ -1888,7 +1888,7 @@ BuildTextRunsScanner::AssignTextRun(gfxTextRun* aTextRun)
|
||||||
nsTextFrame* f;
|
nsTextFrame* f;
|
||||||
for (f = startFrame; f != endFrame;
|
for (f = startFrame; f != endFrame;
|
||||||
f = NS_STATIC_CAST(nsTextFrame*, f->GetNextInFlow())) {
|
f = NS_STATIC_CAST(nsTextFrame*, f->GetNextInFlow())) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG_roc
|
||||||
if (f->GetTextRun()) {
|
if (f->GetTextRun()) {
|
||||||
gfxTextRun* textRun = f->GetTextRun();
|
gfxTextRun* textRun = f->GetTextRun();
|
||||||
if (textRun->GetFlags() & nsTextFrameUtils::TEXT_IS_SIMPLE_FLOW) {
|
if (textRun->GetFlags() & nsTextFrameUtils::TEXT_IS_SIMPLE_FLOW) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче