mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1201395 - call ProxyCreated with the correct interfaces when creating top level documents r=davidb
This commit is contained in:
parent
02bc02e687
commit
1525a8a526
@ -559,5 +559,5 @@ DocManager::RemoteDocAdded(DocAccessibleParent* aDoc)
|
|||||||
MOZ_ASSERT(!sRemoteDocuments->Contains(aDoc),
|
MOZ_ASSERT(!sRemoteDocuments->Contains(aDoc),
|
||||||
"How did we already have the doc!");
|
"How did we already have the doc!");
|
||||||
sRemoteDocuments->AppendElement(aDoc);
|
sRemoteDocuments->AppendElement(aDoc);
|
||||||
ProxyCreated(aDoc, 0);
|
ProxyCreated(aDoc, Interfaces::DOCUMENT | Interfaces::HYPERTEXT);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user