Changeset 287768 in webkit
- Timestamp:
- Jan 7, 2022, 11:21:02 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Source/WTF/ChangeLog (modified) (1 diff)
-
Source/WTF/wtf/PlatformHave.h (modified) (1 diff)
-
Source/cmake/OptionsPlayStation.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r287718 r287768 1 2022-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 1 13 2022-01-06 Stephan Szabo <stephan.szabo@sony.com> 2 14 -
trunk/Source/WTF/ChangeLog
r287737 r287768 1 2022-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 1 13 2022-01-06 Tim Horton <timothy_horton@apple.com> 2 14 -
trunk/Source/WTF/wtf/PlatformHave.h
r287718 r287768 116 116 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 120000 117 117 #define HAVE_MISSING_STD_FILESYSTEM_PATH_CONSTRUCTOR 1 118 #elif PLATFORM(PLAYSTATION)119 #define HAVE_MISSING_STD_FILESYSTEM_PATH_CONSTRUCTOR 1120 118 #elif COMPILER(GCC) 121 119 #if !GCC_VERSION_AT_LEAST(9, 0, 0) -
trunk/Source/cmake/OptionsPlayStation.cmake
r287718 r287768 300 300 add_definitions(-DHAVE_MEMMEM=1) 301 301 endif () 302 303 # FIXME: gtest assumes that you will have u8string if __cpp_char8_t304 # (feature test macro) is defined.305 add_compile_options(-U__cpp_char8_t)
Note:
See TracChangeset
for help on using the changeset viewer.