WebKit does not compile with WTFURL. Just fix the headers.
Created attachment 130932 [details] Patch
Comment on attachment 130932 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130932&action=review > Source/JavaScriptCore/wtf/url/api/ParsedURL.h:32 > +#include <wtf/url/src/URLSegments.h> I guess src/ is public. :)
Comment on attachment 130932 [details] Patch Clearing flags on attachment: 130932 Committed r110261: <http://trac.webkit.org/changeset/110261>
All reviewed patches have been landed. Closing bug.
> I guess src/ is public. :) Yep, everything is in there. API is using other parts of WTF. The src part is independent so you have a chance to adopt if for Chromium. Thanks for the review.