mirror of
https://github.com/RGBCube/serenity
synced 2025-07-03 05:42:06 +00:00
LibWeb: Port the WebContent service to Core::AnonymousBuffer for themes
This commit is contained in:
parent
04f95f9160
commit
d846808122
4 changed files with 7 additions and 12 deletions
|
@ -32,7 +32,7 @@
|
|||
int main(int, char**)
|
||||
{
|
||||
Core::EventLoop event_loop;
|
||||
if (pledge("stdio sendfd shared_buffer accept unix rpath recvfd", nullptr) < 0) {
|
||||
if (pledge("stdio recvfd sendfd shared_buffer accept unix rpath recvfd", nullptr) < 0) {
|
||||
perror("pledge");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue