[Webkit-unassigned] [Bug 38633] [WTFURL] Add Chromium front-end to the URL parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 11:00:20 PDT 2010


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





--- Comment #8 from Adam Barth <abarth at webkit.org>  2010-05-07 11:00:19 PST ---
(In reply to comment #7)
> Thanks for the explanation in the other bug of the header file stuff. But won't
> we still get two copies of the code in the inlined templatized header file, one
> for this Chromium interface and one for the WebKit one?

I'm not sure how to avoid that given that the two want to instantiate the
templates with different types (i.e., UChar versus char16).  These are both the
same at the binary level, so maybe there's something nice we can do.  I need to
see how this works today and see if we can replicate that.

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



More information about the webkit-unassigned mailing list