зеркало из https://github.com/mozilla/gecko-dev.git
bug 1194853
- pass the correct interfaces to Proxycreated when creating documents r=davidb
This commit is contained in:
Родитель
402a00a748
Коммит
05e24ec361
|
@ -224,7 +224,7 @@ DocAccessibleParent::AddChildDoc(DocAccessibleParent* aChildDoc,
|
|||
aChildDoc->mParentDoc = this;
|
||||
|
||||
if (aCreating) {
|
||||
ProxyCreated(aChildDoc, 0);
|
||||
ProxyCreated(aChildDoc, Interfaces::DOCUMENT | Interfaces::HYPERTEXT);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче