Bug 1175289 - Part 2: Disable "Subdocument container has no frame" warning by default. r=mats

This commit is contained in:
Eric Rahm 2015-06-16 16:37:16 -07:00
parent bd1036c206
commit 56ba410427

View File

@ -130,7 +130,8 @@ using namespace mozilla::dom;
#define BEFOREUNLOAD_DISABLED_PREFNAME "dom.disable_beforeunload"
//-----------------------------------------------------
// PR LOGGING
// LOGGING
#include "LayoutLogging.h"
#include "mozilla/Logging.h"
#ifdef NS_PRINTING
@ -2517,7 +2518,8 @@ nsDocumentViewer::FindContainerView()
NS_WARNING("Subdocument container has non-subdocument frame");
}
} else {
NS_WARNING("Subdocument container has no frame");
// XXX Silenced by default in bug 117528
LAYOUT_WARNING("Subdocument container has no frame");
}
}
}