Bug 1579929 followup: change this bug's new logging to use new FLEX_LOG macro. (no review)

Differential Revision: https://phabricator.services.mozilla.com/D53386

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daniel Holbert 2019-11-18 07:07:03 +00:00
Родитель 5e3c128763
Коммит c64509fb40
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -1804,9 +1804,7 @@ nsFlexContainerFrame::MeasureAscentAndBSizeForFlexItem(
frame->DeleteProperty(CachedFlexMeasuringReflow());
}
RemoveStateBits(NS_STATE_FLEX_MEASUREMENTS_INTERRUPTED);
MOZ_LOG(gFlexContainerLog, LogLevel::Debug,
("[perf] MeasureAscentAndBSizeForFlexItem purged all "
"cached values\n"));
FLEX_LOG("[perf] MeasureAscentAndBSizeForFlexItem purged cached values");
} else if (const auto* cachedResult =
aItem.Frame()->GetProperty(CachedFlexMeasuringReflow())) {
if (cachedResult->IsValidFor(aChildReflowInput)) {