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
parent 52a8dc036e
commit 76ba93fbf9

View File

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