зеркало из https://github.com/mozilla/pjs.git
Be less noisy in debug builds.
This commit is contained in:
Родитель
931adf584a
Коммит
3ddbf83934
|
@ -10982,7 +10982,7 @@ nsCSSFrameConstructor::MaybeRecreateContainerForIBSplitterFrame(nsIFrame* aFrame
|
|||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
if (gNoisyContentUpdates || 1) {
|
||||
if (gNoisyContentUpdates) {
|
||||
printf("nsCSSFrameConstructor::MaybeRecreateContainerForIBSplitterFrame: "
|
||||
"frame=");
|
||||
nsFrame::ListTag(stdout, parent);
|
||||
|
|
Загрузка…
Ссылка в новой задаче