зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1059707 Don't print a deprecation warning for theme XBL binding documents r=smaug
This commit is contained in:
Родитель
bbf77ff477
Коммит
1c56da8a40
|
@ -828,6 +828,7 @@ nsXULElement::BindToTree(nsIDocument* aDocument,
|
|||
{
|
||||
if (!aBindingParent &&
|
||||
aDocument &&
|
||||
!aDocument->IsLoadedAsInteractiveData() &&
|
||||
!aDocument->AllowXULXBL() &&
|
||||
!aDocument->HasWarnedAbout(nsIDocument::eImportXULIntoContent)) {
|
||||
nsContentUtils::AddScriptRunner(new XULInContentErrorReporter(aDocument));
|
||||
|
|
Загрузка…
Ссылка в новой задаче