зеркало из https://github.com/mozilla/pjs.git
Null-check to fix crash. b=601427 r=mstange a=joe
This commit is contained in:
Родитель
cc998d479d
Коммит
fe5b9999f5
|
@ -316,7 +316,7 @@ nsNativeTheme::GetScrollbarButtonType(nsIFrame* aFrame)
|
|||
nsNativeTheme::TreeSortDirection
|
||||
nsNativeTheme::GetTreeSortDirection(nsIFrame* aFrame)
|
||||
{
|
||||
if (!aFrame)
|
||||
if (!aFrame || !aFrame->GetContent())
|
||||
return eTreeSortDirection_Natural;
|
||||
|
||||
static nsIContent::AttrValuesArray strings[] =
|
||||
|
|
Загрузка…
Ссылка в новой задаче