mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-16 12:47:31 +00:00
LibWebView: Allow querying and iterating all extant WebContentClients
This is mostly useful when some application-level logic needs to iterate over all child processes. A more robust Process abstraction would make this easier.
This commit is contained in:
committed by
Andrew Kaster
parent
7c607a4749
commit
54f66c574c
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace WebView {
|
||||
|
||||
static HashTable<WebContentClient*> s_clients;
|
||||
HashTable<WebContentClient*> WebContentClient::s_clients;
|
||||
|
||||
Optional<ViewImplementation&> WebContentClient::view_for_pid_and_page_id(pid_t pid, u64 page_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user