Title: [281914] releases/WebKitGTK/webkit-2.34/Source/WebKit
Revision
281914
Author
carlo...@webkit.org
Date
2021-09-02 03:04:17 -0700 (Thu, 02 Sep 2021)

Log Message

Unreviewed. Fix GTK distcheck build

* webkitglib-symbols.map: Bring back symbols removed in r281073.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (281913 => 281914)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-09-02 09:11:58 UTC (rev 281913)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-09-02 10:04:17 UTC (rev 281914)
@@ -1,3 +1,9 @@
+2021-09-02  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix GTK distcheck build
+
+        * webkitglib-symbols.map: Bring back symbols removed in r281073.
+
 2021-09-01  Tomoki Imai  <tomoki.i...@sony.com>
 
         [CoordinatedGraphics] Schedule rendering after setLayerTreeStateIsFrozen(false) in non-AC mode

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/webkitglib-symbols.map (281913 => 281914)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/webkitglib-symbols.map	2021-09-02 09:11:58 UTC (rev 281913)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/webkitglib-symbols.map	2021-09-02 10:04:17 UTC (rev 281914)
@@ -3,6 +3,8 @@
   jsc_*;
   webkit_*;
   extern "C++" {
+    "bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache> >::s_didInitialize";
+    "bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache> >::s_key";
     "bmalloc::vmPageSize()::cached";
     "WebKit::NetworkProcessMain(int, char**)";
     "WebKit::WebKitExtensionManager::initialize(WebKit::InjectedBundle*, API::Object*)";
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to