RESOLVED FIXED 24519
[GTK] Use two argument KURL ctor in ResourceHandleSoup
https://bugs.webkit.org/show_bug.cgi?id=24519
Summary [GTK] Use two argument KURL ctor in ResourceHandleSoup
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.