Title: [287768] trunk
Revision
287768
Author
achristen...@apple.com
Date
2022-01-07 11:21:02 -0800 (Fri, 07 Jan 2022)

Log 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

Modified Paths

Diff

Modified: trunk/ChangeLog (287767 => 287768)


--- trunk/ChangeLog	2022-01-07 19:04:31 UTC (rev 287767)
+++ trunk/ChangeLog	2022-01-07 19:21:02 UTC (rev 287768)
@@ -1,3 +1,15 @@
+2022-01-07  Alex Christensen  <achristen...@webkit.org>
+
+        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
+
 2022-01-06  Stephan Szabo  <stephan.sz...@sony.com>
 
         [PlayStation] Fix build break after r287698

Modified: trunk/Source/WTF/ChangeLog (287767 => 287768)


--- trunk/Source/WTF/ChangeLog	2022-01-07 19:04:31 UTC (rev 287767)
+++ trunk/Source/WTF/ChangeLog	2022-01-07 19:21:02 UTC (rev 287768)
@@ -1,3 +1,15 @@
+2022-01-07  Alex Christensen  <achristen...@webkit.org>
+
+        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
+
 2022-01-06  Tim Horton  <timothy_hor...@apple.com>
 
         Move linkedOnOrAfter() to WTF

Modified: trunk/Source/WTF/wtf/PlatformHave.h (287767 => 287768)


--- trunk/Source/WTF/wtf/PlatformHave.h	2022-01-07 19:04:31 UTC (rev 287767)
+++ trunk/Source/WTF/wtf/PlatformHave.h	2022-01-07 19:21:02 UTC (rev 287768)
@@ -115,8 +115,6 @@
 
 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 120000
 #define HAVE_MISSING_STD_FILESYSTEM_PATH_CONSTRUCTOR 1
-#elif PLATFORM(PLAYSTATION)
-#define HAVE_MISSING_STD_FILESYSTEM_PATH_CONSTRUCTOR 1
 #elif COMPILER(GCC)
 #if !GCC_VERSION_AT_LEAST(9, 0, 0)
 #define HAVE_MISSING_STD_FILESYSTEM_PATH_CONSTRUCTOR 1

Modified: trunk/Source/cmake/OptionsPlayStation.cmake (287767 => 287768)


--- trunk/Source/cmake/OptionsPlayStation.cmake	2022-01-07 19:04:31 UTC (rev 287767)
+++ trunk/Source/cmake/OptionsPlayStation.cmake	2022-01-07 19:21:02 UTC (rev 287768)
@@ -299,7 +299,3 @@
 if (HAVE_MEMMEM)
     add_definitions(-DHAVE_MEMMEM=1)
 endif ()
-
-# FIXME: gtest assumes that you will have u8string if __cpp_char8_t
-# (feature test macro) is defined.
-add_compile_options(-U__cpp_char8_t)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to