bug 1201395 - call ProxyCreated with the correct interfaces when creating top level documents r=davidb

This commit is contained in:
Trevor Saunders 2015-09-03 01:55:39 -04:00
parent 02bc02e687
commit 1525a8a526

View File

@ -559,5 +559,5 @@ DocManager::RemoteDocAdded(DocAccessibleParent* aDoc)
MOZ_ASSERT(!sRemoteDocuments->Contains(aDoc),
"How did we already have the doc!");
sRemoteDocuments->AppendElement(aDoc);
ProxyCreated(aDoc, 0);
ProxyCreated(aDoc, Interfaces::DOCUMENT | Interfaces::HYPERTEXT);
}