Bug 24519

Summary: [GTK] Use two argument KURL ctor in ResourceHandleSoup
Product: WebKit Reporter: Xan Lopez <xan.lopez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
twoargctor.patch ap: review+

Xan Lopez
Reported 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.
Attachments
twoargctor.patch (2.41 KB, patch)
2009-03-11 13:54 PDT, Xan Lopez
ap: review+
Xan Lopez
Comment 1 2009-03-11 13:54:57 PDT
Created attachment 28489 [details] twoargctor.patch
Alexey Proskuryakov
Comment 2 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)!
Xan Lopez
Comment 3 2009-03-12 00:59:54 PDT
Landed in r41618, will fix the setUrl thing now.
Note You need to log in before you can comment on or make changes to this bug.