summaryrefslogtreecommitdiff
path: root/Userland/Applications/BrowserSettings/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/BrowserSettings/main.cpp')
-rw-r--r--Userland/Applications/BrowserSettings/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/BrowserSettings/main.cpp b/Userland/Applications/BrowserSettings/main.cpp
index 5a1559eaf3..f98fe5bd29 100644
--- a/Userland/Applications/BrowserSettings/main.cpp
+++ b/Userland/Applications/BrowserSettings/main.cpp
@@ -16,7 +16,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
{
TRY(Core::System::pledge("stdio rpath recvfd sendfd unix"));
auto app = TRY(GUI::Application::try_create(arguments));
- Config::pledge_domains("Browser");
+ Config::pledge_domain("Browser");
TRY(Core::System::unveil("/res", "r"));
TRY(Core::System::unveil("/home", "r"));