Changeset 84965 in webkit


Ignore:
Timestamp:
Apr 26, 2011 3:47:27 PM (13 years ago)
Author:
alex
Message:

2011-04-26 Alejandro G. Castro <alex@igalia.com>

Unreviewed, rolling out r84949.
http://trac.webkit.org/changeset/84949
https://bugs.webkit.org/show_bug.cgi?id=58852

Broke GTK+ compilation

  • GtkLauncher/main.c: (main):
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r84955 r84965  
     12011-04-26  Alejandro G. Castro  <alex@igalia.com>
     2
     3        Unreviewed, rolling out r84949.
     4        http://trac.webkit.org/changeset/84949
     5        https://bugs.webkit.org/show_bug.cgi?id=58852
     6
     7        Broke GTK+ compilation
     8
     9        * GtkLauncher/main.c:
     10        (main):
     11
    1122011-04-26  Eric Seidel  <eric@webkit.org>
    213
  • trunk/Tools/GtkLauncher/main.c

    r84949 r84965  
    240240        g_thread_init(NULL);
    241241
    242 #ifdef SOUP_TYPE_PROXY_RESOLVER_DEFAULT
    243     soup_session_add_feature_by_type(webkit_get_default_session(), SOUP_TYPE_PROXY_RESOLVER_DEFAULT);
    244 #else
    245     const char *httpProxy = g_getenv("http_proxy");
    246     if (httpProxy) {
    247         SoupURI *proxyUri = soup_uri_new(httpProxy);
    248         g_object_set(webkit_get_default_session(), SOUP_SESSION_PROXY_URI, proxyUri, NULL);
    249         soup_uri_free(proxyUri);
    250     }
    251 #endif
    252 
    253242    main_window = createWindow(&webView);
    254243
Note: See TracChangeset for help on using the changeset viewer.