icecat: update to upstream version 128.0.14-1gnu1
This commit is contained in:
parent
0cdda4f34e
commit
56c3deff60
77 changed files with 8997 additions and 3862 deletions
|
|
@ -202,7 +202,11 @@ RemoteAccessible* DocAccessibleParent::CreateAcc(
|
|||
RemoteAccessible* newProxy;
|
||||
if ((newProxy = GetAccessible(aAccData.ID()))) {
|
||||
// This is a move. Reuse the Accessible; don't destroy it.
|
||||
MOZ_ASSERT(!newProxy->RemoteParent());
|
||||
if (newProxy->RemoteParent()) {
|
||||
MOZ_ASSERT_UNREACHABLE(
|
||||
"Attempt to move RemoteAccessible which still has a parent!");
|
||||
return nullptr;
|
||||
}
|
||||
return newProxy;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue