[Webkit-unassigned] [Bug 23761] Use two-arg KURL constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 5 13:59:42 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23761





------- Comment #3 from darin at apple.com  2009-02-05 13:59 PDT -------
(In reply to comment #2)
> > -    SubstituteData substituteData(sharedBuffer.release(), contentMimeType ? String(contentMimeType) : "text/html", contentEncoding ? String(contentEncoding) : "UTF-8", KURL("about:blank"), url);
> > +    SubstituteData substituteData(sharedBuffer.release(), contentMimeType ? String(contentMimeType) : "text/html", contentEncoding ? String(contentEncoding) : "UTF-8", KURL(KURL(), "about:blank"), url);
> 
> I think that about:blank can be left as is - KURL parsing clearly won't affect
> it. Not that it matters much.

Or this could use the blankURL() function from KURL.h.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list