Bug 24519 - [GTK] Use two argument KURL ctor in ResourceHandleSoup
Summary: [GTK] Use two argument KURL ctor in ResourceHandleSoup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-11 13:54 PDT by Xan Lopez
Modified: 2009-03-12 00:59 PDT (History)
0 users

See Also:


Attachments
twoargctor.patch (2.41 KB, patch)
2009-03-11 13:54 PDT, Xan Lopez
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2009-03-11 13:54:12 PDT
Use two argument KURL ctor, the single argument ctor expects its input to be the output of a previous KURL::parse call, which is not the case here.
Comment 1 Xan Lopez 2009-03-11 13:54:57 PDT
Created attachment 28489 [details]
twoargctor.patch
Comment 2 Alexey Proskuryakov 2009-03-12 00:49:53 PDT
Comment on attachment 28489 [details]
twoargctor.patch

r=me

I wish ResourceResponse::setUrl() didn't use incorrect case (should be setURL)!
Comment 3 Xan Lopez 2009-03-12 00:59:54 PDT
Landed in r41618, will fix the setUrl thing now.