diff options
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 77dd927f1..00a1765fa 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -30,6 +30,7 @@ #include "ephy-window.h" #include "ephy-embed.h" +#include <webkit/webkit.h> #include <glib-object.h> #include <glib.h> @@ -100,7 +101,7 @@ EphyEmbed *ephy_shell_new_tab (EphyShell *shell, EphyEmbed *ephy_shell_new_tab_full (EphyShell *shell, EphyWindow *parent_window, EphyEmbed *previous_embed, - const char *url, + WebKitNetworkRequest *request, EphyNewTabFlags flags, EphyEmbedChrome chrome, gboolean is_popup, |