Ignore:
Timestamp:
Mar 8, 2012, 9:52:17 PM (13 years ago)
Author:
[email protected]
Message:

Fix the build of WebKit with WTFURL following the removal of ForwardingHeaders/wtf
https://bugs.webkit.org/show_bug.cgi?id=80652

Reviewed by Eric Seidel.

Source/JavaScriptCore:

Fix the header, URLSegments.h is not part of the API.

  • wtf/url/api/ParsedURL.h:

Source/WebCore:

The fowarding headers have been removed, we must now use the full path to the header.

  • platform/KURLWTFURLImpl.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r110238 r110261  
     12012-03-08  Benjamin Poulain  <[email protected]>
     2
     3        Fix the build of WebKit with WTFURL following the removal of ForwardingHeaders/wtf
     4        https://bugs.webkit.org/show_bug.cgi?id=80652
     5
     6        Reviewed by Eric Seidel.
     7
     8        Fix the header, URLSegments.h is not part of the API.
     9
     10        * wtf/url/api/ParsedURL.h:
     11
    1122012-03-08  Ryosuke Niwa  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.