Bug 1820634 - Actually fix crashtest assert.

MANUAL PUSH: Trivial fix CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2023-03-07 15:05:38 +01:00
Родитель 8b7ddaa4df
Коммит edc3935a21
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -433,7 +433,7 @@ void nsTreeColumns::EnsureColumns() {
if (!colFrame) return;
colFrame = colFrame->GetParent();
if (!colFrame) return;
if (!colFrame || !colFrame->GetContent()) return;
nsTreeColumn* currCol = nullptr;