mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
WebContent: Remove unused private member
This commit removes the unused m_heap member from ConnectionFromClient. This also works around an issue where some cmake version doesn't apply compiler options from within a subdirectory globally.
This commit is contained in:
parent
67848a8c51
commit
8f1a7934e1
Notes:
github-actions[bot]
2025-04-04 08:10:40 +00:00
Author: https://github.com/R-Goc
Commit: 8f1a7934e1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4217
Reviewed-by: https://github.com/gmta ✅
3 changed files with 3 additions and 5 deletions
|
@ -56,9 +56,8 @@
|
|||
|
||||
namespace WebContent {
|
||||
|
||||
ConnectionFromClient::ConnectionFromClient(GC::Heap& heap, IPC::Transport transport)
|
||||
ConnectionFromClient::ConnectionFromClient(IPC::Transport transport)
|
||||
: IPC::ConnectionFromClient<WebContentClientEndpoint, WebContentServerEndpoint>(*this, move(transport), 1)
|
||||
, m_heap(heap)
|
||||
, m_page_host(PageHost::create(*this))
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue