Skip to content

Commit

Permalink
VAPI for register_script_message_handler of webkitgtk-6.0 is wrong
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=269358

Reviewed by Adrian Perez de Castro.

Too bad we don't get a warning when we typo the colon here.

* Source/WebKit/UIProcess/API/glib/WebKitUserContentManager.cpp:

Canonical link: https://commits.webkit.org/274653@main
  • Loading branch information
mcatanzaro committed Feb 14, 2024
1 parent 46e0a78 commit 5d528e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ void webkit_user_content_manager_unregister_script_message_handler(WebKitUserCon
* webkit_user_content_manager_register_script_message_handler_with_reply:
* @manager: A #WebKitUserContentManager
* @name: Name of the script message channel
* @world_name (nullable): the name of a #WebKitScriptWorld
* @world_name: (nullable): the name of a #WebKitScriptWorld
*
* Registers a new user script message handler in script world with name @world_name.
*
Expand Down

0 comments on commit 5d528e1

Please sign in to comment.