aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-web-view-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-web-view-test.c')
-rw-r--r--tests/ephy-web-view-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index 6afd0a5e5..5c797186b 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -250,7 +250,7 @@ main (int argc, char *argv[])
return -1;
}
- _ephy_shell_create_instance (FALSE);
+ _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_PRIVATE);
server = soup_server_new (SOUP_SERVER_PORT, SERVER_PORT, NULL);
soup_server_add_handler (server, NULL, server_callback, NULL, NULL);