зеркало из https://github.com/mozilla/pjs.git
Bug 589635 - null check the docshell parent before using it. r+a=roc
This commit is contained in:
Родитель
6cfc7fec52
Коммит
cd970d3ba6
|
@ -723,6 +723,9 @@ nsSubDocumentFrame::AttributeChanged(PRInt32 aNameSpaceID,
|
|||
|
||||
nsCOMPtr<nsIDocShellTreeItem> parentItem;
|
||||
docShellAsItem->GetParent(getter_AddRefs(parentItem));
|
||||
if (!parentItem) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
PRInt32 parentType;
|
||||
parentItem->GetItemType(&parentType);
|
||||
|
|
Загрузка…
Ссылка в новой задаче