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+

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.