diff --git a/accessible/base/DocManager.cpp b/accessible/base/DocManager.cpp index c485b8063c2..d5df31b088e 100644 --- a/accessible/base/DocManager.cpp +++ b/accessible/base/DocManager.cpp @@ -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); }