diff --git a/mozilla/layout/base/nsCSSFrameConstructor.cpp b/mozilla/layout/base/nsCSSFrameConstructor.cpp index a2d8e047811..c2eee52128e 100644 --- a/mozilla/layout/base/nsCSSFrameConstructor.cpp +++ b/mozilla/layout/base/nsCSSFrameConstructor.cpp @@ -10017,14 +10017,10 @@ nsCSSFrameConstructor::ContentRemoved(nsIContent* aContainer, nsFrame::ListTag(stdout, childFrame); printf("\n"); - if (parentFrame) { - nsIFrameDebug* fdbg = nsnull; - CallQueryInterface(parentFrame, &fdbg); - if (fdbg) - fdbg->List(stdout, 0); - } - else - printf(" ==> no parent frame\n"); + nsIFrameDebug* fdbg = nsnull; + CallQueryInterface(parentFrame, &fdbg); + if (fdbg) + fdbg->List(stdout, 0); } #endif