Title: [284153] trunk
Revision
284153
Author
[email protected]
Date
2021-10-14 05:32:09 -0700 (Thu, 14 Oct 2021)

Log Message

Unreviewed, reverting r283878.
https://bugs.webkit.org/show_bug.cgi?id=231735

It

Reverted changeset:

"[WPE] Reenable -fvisibility=hidden and -fvisibility-inlines-
hidden"
https://bugs.webkit.org/show_bug.cgi?id=222860
https://commits.webkit.org/r283878

Modified Paths

Diff

Modified: trunk/ChangeLog (284152 => 284153)


--- trunk/ChangeLog	2021-10-14 11:23:55 UTC (rev 284152)
+++ trunk/ChangeLog	2021-10-14 12:32:09 UTC (rev 284153)
@@ -1,3 +1,17 @@
+2021-10-14  Commit Queue  <[email protected]>
+
+        Unreviewed, reverting r283878.
+        https://bugs.webkit.org/show_bug.cgi?id=231735
+
+        It
+
+        Reverted changeset:
+
+        "[WPE] Reenable -fvisibility=hidden and -fvisibility-inlines-
+        hidden"
+        https://bugs.webkit.org/show_bug.cgi?id=222860
+        https://commits.webkit.org/r283878
+
 2021-10-14  Carlos Garcia Campos  <[email protected]>
 
         [GTK][WPE] Bump GLib version to 2.58.3

Modified: trunk/Source/cmake/OptionsWPE.cmake (284152 => 284153)


--- trunk/Source/cmake/OptionsWPE.cmake	2021-10-14 11:23:55 UTC (rev 284152)
+++ trunk/Source/cmake/OptionsWPE.cmake	2021-10-14 12:32:09 UTC (rev 284153)
@@ -146,10 +146,6 @@
     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
 endif ()
 
-set(CMAKE_C_VISIBILITY_PRESET hidden)
-set(CMAKE_CXX_VISIBILITY_PRESET hidden)
-set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)
-
 # These are shared variables, but we special case their definition so that we can use the
 # CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
 set(LIB_INSTALL_DIR "${CMAKE_INSTALL_FULL_LIBDIR}" CACHE PATH "Absolute path to library installation directory")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to