mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1207862 - Add DocManager::TopLevelRemoteDocs() r=davidb
Soon we will need to iterate over all of the top level remote documents.
This commit is contained in:
parent
3d044546f3
commit
bb67d32b39
@ -87,6 +87,9 @@ public:
|
||||
*/
|
||||
static void RemoteDocAdded(DocAccessibleParent* aDoc);
|
||||
|
||||
static const nsTArray<DocAccessibleParent*>* TopLevelRemoteDocs()
|
||||
{ return sRemoteDocuments; }
|
||||
|
||||
#ifdef DEBUG
|
||||
bool IsProcessingRefreshDriverNotification() const;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user