⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 287768 in webkit


Ignore:
Timestamp:
Jan 7, 2022, 11:21:02 AM (5 years ago)
Author:
achristensen@apple.com
Message:

Unreviewed, reverting r287718.

Broke an internal build

Reverted changeset:

"[PlayStation] Fix build break after r287698"
https://bugs.webkit.org/show_bug.cgi?id=234931
https://commits.webkit.org/r287718

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r287718 r287768  
     12022-01-07  Alex Christensen  <achristensen@webkit.org>
     2
     3        Unreviewed, reverting r287718.
     4
     5        Broke an internal build
     6
     7        Reverted changeset:
     8
     9        "[PlayStation] Fix build break after r287698"
     10        https://bugs.webkit.org/show_bug.cgi?id=234931
     11        https://commits.webkit.org/r287718
     12
    1132022-01-06  Stephan Szabo  <stephan.szabo@sony.com>
    214
  • trunk/Source/WTF/ChangeLog

    r287737 r287768  
     12022-01-07  Alex Christensen  <achristensen@webkit.org>
     2
     3        Unreviewed, reverting r287718.
     4
     5        Broke an internal build
     6
     7        Reverted changeset:
     8
     9        "[PlayStation] Fix build break after r287698"
     10        https://bugs.webkit.org/show_bug.cgi?id=234931
     11        https://commits.webkit.org/r287718
     12
    1132022-01-06  Tim Horton  <timothy_horton@apple.com>
    214
  • trunk/Source/WTF/wtf/PlatformHave.h

    r287718 r287768  
    116116#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 120000
    117117#define HAVE_MISSING_STD_FILESYSTEM_PATH_CONSTRUCTOR 1
    118 #elif PLATFORM(PLAYSTATION)
    119 #define HAVE_MISSING_STD_FILESYSTEM_PATH_CONSTRUCTOR 1
    120118#elif COMPILER(GCC)
    121119#if !GCC_VERSION_AT_LEAST(9, 0, 0)
  • trunk/Source/cmake/OptionsPlayStation.cmake

    r287718 r287768  
    300300    add_definitions(-DHAVE_MEMMEM=1)
    301301endif ()
    302 
    303 # FIXME: gtest assumes that you will have u8string if __cpp_char8_t
    304 # (feature test macro) is defined.
    305 add_compile_options(-U__cpp_char8_t)
Note: See TracChangeset for help on using the changeset viewer.