Bug 186634

Summary: Rename WebProcessPool::sendToAllProcesses() to sendToAllWebProcesses()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED INVALID    
Severity: Normal CC: beidson, ggaren
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2018-06-14 14:50:46 PDT
Rename WebProcessPool::sendToAllProcesses() to sendToAllWebProcesses() for clarity, given that it does not send to other processes that are associated with the pool (network process, storage process...).
Also rename m_processes to m_webProcesses.