mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1175289 - Part 2: Disable "Subdocument container has no frame" warning by default. r=mats
This commit is contained in:
parent
bd1036c206
commit
56ba410427
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user