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

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


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27351|review?                     |review+
               Flag|                            |




------- Comment #2 from ap at webkit.org  2009-02-05 13:52 PDT -------
(From update of attachment 27351)
r=me

> -    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.


-- 
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