зеркало из https://github.com/mozilla/pjs.git
bug 441610 - Calling getAttributes() on a defunct object crashes Thunderbird, r=aaronlev, a1.9.0.2=shaver
This commit is contained in:
Родитель
c5ceb70d00
Коммит
9dc455297d
|
@ -2045,6 +2045,9 @@ nsAccessible::GetAttributes(nsIPersistentProperties **aAttributes)
|
|||
{
|
||||
NS_ENSURE_ARG_POINTER(aAttributes); // In/out param. Created if necessary.
|
||||
|
||||
if (IsDefunct())
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
nsCOMPtr<nsIContent> content = GetRoleContent(mDOMNode);
|
||||
if (!content) {
|
||||
return NS_ERROR_FAILURE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче