зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1315796 Don't deref nullptr docshell in TabGroupOuter() validation code. r=smaug
This commit is contained in:
Родитель
7604d7195b
Коммит
134bb58051
|
@ -14811,7 +14811,7 @@ nsGlobalWindow::TabGroupOuter()
|
|||
if (!mIsValidatingTabGroup) {
|
||||
mIsValidatingTabGroup = true;
|
||||
// We only need to do this check if we aren't in the chrome tab group
|
||||
if (GetDocShell()->ItemType() == nsIDocShellTreeItem::typeChrome) {
|
||||
if (mIsChrome) {
|
||||
MOZ_ASSERT(mTabGroup == TabGroup::GetChromeTabGroup());
|
||||
} else {
|
||||
// Sanity check that our tabgroup matches our opener or parent.
|
||||
|
|
Загрузка…
Ссылка в новой задаче