[Webkit-unassigned] [Bug 38763] ResourceHandleSoup should not depend on GTK+

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 12:05:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38763





--- Comment #3 from Gustavo Noronha (kov) <gns at gnome.org>  2010-05-07 12:05:16 PST ---
(From update of attachment 55401)
461461     g_object_set(session,
462462                  SOUP_SESSION_MAX_CONNS, MAX_CONNECTIONS,
463463                  SOUP_SESSION_MAX_CONNS_PER_HOST,
MAX_CONNECTIONS_PER_HOST,
464                   NULL);
 464                  0);

We use NULL for GObject calls, because they generate compiler warnings
otherwise.

596      // Used to set the authentication dialog toplevel; may be NULL
 596     // Used to set the authentication dialog toplevel; may be 0

This is a bug in the checker, just leave this as NULL.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list