Bug 672504 - Don't keep pointer to weak presshell in accessible. r=surkov
This commit is contained in:
@@ -671,7 +671,7 @@ NotificationController::CreateTextChangeEventFor(AccMutationEvent* aEvent)
|
||||
{
|
||||
nsAccessible* container =
|
||||
GetAccService()->GetContainerAccessible(aEvent->mNode,
|
||||
aEvent->mAccessible->GetWeakShell());
|
||||
aEvent->GetDocAccessible());
|
||||
if (!container)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user