bug 1194853 - pass the correct interfaces to Proxycreated when creating documents r=davidb

This commit is contained in:
Trevor Saunders 2015-08-14 16:12:20 -04:00
Родитель 402a00a748
Коммит 05e24ec361
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -224,7 +224,7 @@ DocAccessibleParent::AddChildDoc(DocAccessibleParent* aChildDoc,
aChildDoc->mParentDoc = this;
if (aCreating) {
ProxyCreated(aChildDoc, 0);
ProxyCreated(aChildDoc, Interfaces::DOCUMENT | Interfaces::HYPERTEXT);
}
return true;