diff options
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r-- | embed/ephy-embed-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index f1c778350..1e77c5a04 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -436,7 +436,7 @@ ephy_embed_single_initialize (EphyEmbedSingle *single) webkit_web_context_register_uri_scheme (web_context, EPHY_ABOUT_SCHEME, about_request_cb, - NULL); + NULL, NULL); #else SoupSession *session; SoupCookieJar *jar; |