Bug 91496 - [GTK] Don't use deprecated soup API in WebKit2APITests/TestResources
Summary: [GTK] Don't use deprecated soup API in WebKit2APITests/TestResources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-07-17 05:26 PDT by Carlos Garcia Campos
Modified: 2012-07-17 07:45 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2012-07-17 05:28 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2012-07-17 05:26:40 PDT
soup_message_headers_get() is deprecated, we should use soup_message_headers_get_one() instead
Comment 1 Carlos Garcia Campos 2012-07-17 05:28:04 PDT
Created attachment 152743 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-17 05:30:58 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2012-07-17 07:45:50 PDT
Committed r122844: <http://trac.webkit.org/changeset/122844>