Title: [244729] trunk/Source/WebKit
- Revision
- 244729
- Author
- [email protected]
- Date
- 2019-04-29 01:36:32 -0700 (Mon, 29 Apr 2019)
Log Message
[WPE][GTK] window-object-cleared documentation should reference webkit_frame_get_js_context_for_script_world()
https://bugs.webkit.org/show_bug.cgi?id=197357
Reviewed by Carlos Garcia Campos.
We should recommend using the non-deprecated replacement for
webkit_frame_get_javascript_context_for_script_world().
* WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (244728 => 244729)
--- trunk/Source/WebKit/ChangeLog 2019-04-29 08:08:51 UTC (rev 244728)
+++ trunk/Source/WebKit/ChangeLog 2019-04-29 08:36:32 UTC (rev 244729)
@@ -1,3 +1,15 @@
+2019-04-29 Michael Catanzaro <[email protected]>
+
+ [WPE][GTK] window-object-cleared documentation should reference webkit_frame_get_js_context_for_script_world()
+ https://bugs.webkit.org/show_bug.cgi?id=197357
+
+ Reviewed by Carlos Garcia Campos.
+
+ We should recommend using the non-deprecated replacement for
+ webkit_frame_get_javascript_context_for_script_world().
+
+ * WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp:
+
2019-04-27 Chris Dumez <[email protected]>
Improve safety of MachMessage class
Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp (244728 => 244729)
--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp 2019-04-29 08:08:51 UTC (rev 244728)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp 2019-04-29 08:36:32 UTC (rev 244729)
@@ -69,7 +69,7 @@
* cleared. This is the preferred place to set custom properties on the window
* object using the _javascript_Core API. You can get the window object of @frame
* from the _javascript_ execution context of @world that is returned by
- * webkit_frame_get_javascript_context_for_script_world().
+ * webkit_frame_get_js_context_for_script_world().
*
* Since: 2.2
*/
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes