Bug 80652 - Fix the build of WebKit with WTFURL following the removal of ForwardingHeaders/wtf
Summary: Fix the build of WebKit with WTFURL following the removal of ForwardingHeader...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: EasyFix
Depends on:
Blocks:
 
Reported: 2012-03-08 16:07 PST by Benjamin Poulain
Modified: 2012-03-08 21:52 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.35 KB, patch)
2012-03-08 16:12 PST, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-03-08 16:07:19 PST
WebKit does not compile with WTFURL. Just fix the headers.
Comment 1 Benjamin Poulain 2012-03-08 16:12:25 PST
Created attachment 130932 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-03-08 20:49:10 PST
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 3 WebKit Review Bot 2012-03-08 21:52:34 PST
Comment on attachment 130932 [details]
Patch

Clearing flags on attachment: 130932

Committed r110261: <http://trac.webkit.org/changeset/110261>
Comment 4 WebKit Review Bot 2012-03-08 21:52:39 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Benjamin Poulain 2012-03-08 21:52:52 PST
> 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.