aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index afa007e60..5802cbeef 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -63,7 +63,11 @@ void ephy_embed_auto_download_url (EphyEmbed *embed,
void ephy_embed_entering_fullscreen (EphyEmbed *embed);
void ephy_embed_leaving_fullscreen (EphyEmbed *embed);
void ephy_embed_set_delayed_load_request (EphyEmbed *embed,
+#ifdef HAVE_WEBKIT2
+ WebKitURIRequest *request);
+#else
WebKitNetworkRequest *request);
+#endif
gboolean ephy_embed_has_load_pending (EphyEmbed *embed);
void ephy_embed_set_overview_mode (EphyEmbed *embed,
gboolean overview_mode);