Title: [241541] releases/WebKitGTK/webkit-2.24/Source/WebKit
Revision
241541
Author
[email protected]
Date
2019-02-14 04:57:04 -0800 (Thu, 14 Feb 2019)

Log Message

Unreviewed. Add missing symbols to webkitglib-symbols.map

Add symbols global in JSC and present in WebKit.

* webkitglib-symbols.map:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (241540 => 241541)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-02-14 11:28:58 UTC (rev 241540)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-02-14 12:57:04 UTC (rev 241541)
@@ -1,3 +1,11 @@
+2019-02-14  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Add missing symbols to webkitglib-symbols.map
+
+        Add symbols global in JSC and present in WebKit.
+
+        * webkitglib-symbols.map:
+
 2019-02-14  Michael Catanzaro  <[email protected]>
 
         [WPE][GTK][STABLE] Remove sandbox APIs from 2.24 branch

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/webkitglib-symbols.map (241540 => 241541)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/webkitglib-symbols.map	2019-02-14 11:28:58 UTC (rev 241540)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/webkitglib-symbols.map	2019-02-14 12:57:04 UTC (rev 241541)
@@ -8,8 +8,12 @@
   extern "C++" {
     "bmalloc::PerProcess<bmalloc::IsoTLSDeallocatorEntry<bmalloc::IsoConfig<40u> > >::s_data";
     "bmalloc::PerProcess<bmalloc::IsoTLSDeallocatorEntry<bmalloc::IsoConfig<40u> > >::s_object";
+    "bmalloc::PerProcess<bmalloc::IsoTLSLayout>::s_data";
+    "bmalloc::PerProcess<bmalloc::IsoTLSLayout>::s_object";
     "bmalloc::PerProcess<bmalloc::Scavenger>::s_data";
     "bmalloc::PerProcess<bmalloc::Scavenger>::s_object";
+    "bmalloc::PerProcess<bmalloc::VMHeap>::s_data";
+    "bmalloc::PerProcess<bmalloc::VMHeap>::s_object";
     "bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache> >::s_didInitialize";
     "bmalloc::PerThreadStorage<bmalloc::PerHeapKind<bmalloc::Cache> >::s_key";
     "bmalloc::vmPageSize()::cached";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to