Bug 186634 - Rename WebProcessPool::sendToAllProcesses() to sendToAllWebProcesses()
Summary: Rename WebProcessPool::sendToAllProcesses() to sendToAllWebProcesses()
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-14 14:50 PDT by Chris Dumez
Modified: 2018-06-14 18:00 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.