From 97c91b2fc2059b1e358bb19896203afaa44bfd33 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 6 May 2012 16:47:19 +0200 Subject: Initial WebKit2 port It builds and basic functionality works. --- lib/widgets/ephy-location-entry.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/widgets/ephy-location-entry.c') diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index fa2a97f89..ef57c5529 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -940,9 +940,13 @@ free_prefetch_helper (PrefetchHelper *helper) static gboolean do_dns_prefetch (PrefetchHelper *helper) { +#ifdef HAVE_WEBKIT2 + /* TODO: Network Features */ +#else SoupSession *session = webkit_get_default_session (); soup_session_prepare_for_uri (session, helper->uri); +#endif helper->entry->priv->dns_prefetch_handler = 0; -- cgit v1.2.3