mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1191433 - use ProxyAccessible::AsDoc() in ProxyAccessible::Shutdown() r=lsocks
This commit is contained in:
parent
5a8f34f3cb
commit
6fc63e31e9
@ -33,7 +33,7 @@ ProxyAccessible::Shutdown()
|
||||
if (mChildren.Length() != 1)
|
||||
MOZ_CRASH("outer doc doesn't own adoc!");
|
||||
|
||||
static_cast<DocAccessibleParent*>(mChildren[0])->Unbind();
|
||||
mChildren[0]->AsDoc()->Unbind();
|
||||
}
|
||||
|
||||
mChildren.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user