mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1194853 - pass the correct interfaces to Proxycreated when creating documents r=davidb
This commit is contained in:
parent
52a8dc036e
commit
76ba93fbf9
@ -224,7 +224,7 @@ DocAccessibleParent::AddChildDoc(DocAccessibleParent* aChildDoc,
|
||||
aChildDoc->mParentDoc = this;
|
||||
|
||||
if (aCreating) {
|
||||
ProxyCreated(aChildDoc, 0);
|
||||
ProxyCreated(aChildDoc, Interfaces::DOCUMENT | Interfaces::HYPERTEXT);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user