Title: [226633] trunk/Source/WebKit
- Revision
- 226633
- Author
- [email protected]
- Date
- 2018-01-09 07:53:38 -0800 (Tue, 09 Jan 2018)
Log Message
[GTK] Missing symbols exported in 2.19.4
https://bugs.webkit.org/show_bug.cgi?id=181433
Reviewed by Michael Catanzaro.
Add missing WEBKIT_API to webkit_dom_dom_window_webkit_message_handlers_post_message().
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindow.h:
* webkitglib-symbols.map: Remove webkit_media_player_debug from local.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (226632 => 226633)
--- trunk/Source/WebKit/ChangeLog 2018-01-09 15:22:13 UTC (rev 226632)
+++ trunk/Source/WebKit/ChangeLog 2018-01-09 15:53:38 UTC (rev 226633)
@@ -1,3 +1,15 @@
+2018-01-09 Carlos Garcia Campos <[email protected]>
+
+ [GTK] Missing symbols exported in 2.19.4
+ https://bugs.webkit.org/show_bug.cgi?id=181433
+
+ Reviewed by Michael Catanzaro.
+
+ Add missing WEBKIT_API to webkit_dom_dom_window_webkit_message_handlers_post_message().
+
+ * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindow.h:
+ * webkitglib-symbols.map: Remove webkit_media_player_debug from local.
+
2018-01-09 Youenn Fablet <[email protected]>
SWClientConnection should not keep references to service worker jobs
Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindow.h (226632 => 226633)
--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindow.h 2018-01-09 15:22:13 UTC (rev 226632)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindow.h 2018-01-09 15:53:38 UTC (rev 226633)
@@ -602,7 +602,8 @@
*
* Since: 2.8
*/
-gboolean webkit_dom_dom_window_webkit_message_handlers_post_message(WebKitDOMDOMWindow* window, const gchar* handler, const gchar* message);
+WEBKIT_API gboolean
+webkit_dom_dom_window_webkit_message_handlers_post_message(WebKitDOMDOMWindow* window, const gchar* handler, const gchar* message);
G_END_DECLS
Modified: trunk/Source/WebKit/webkitglib-symbols.map (226632 => 226633)
--- trunk/Source/WebKit/webkitglib-symbols.map 2018-01-09 15:22:13 UTC (rev 226632)
+++ trunk/Source/WebKit/webkitglib-symbols.map 2018-01-09 15:53:38 UTC (rev 226633)
@@ -10,6 +10,5 @@
"WebKit::WebKitExtensionManager::initialize(WebKit::InjectedBundle*, API::Object*)";
};
local:
- webkit_media_player_debug;
*;
};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes