Use a GtkSearchBar instead, because GtkToolbar is no longer available in GTK4.
Created attachment 401144 [details] Patch
Comment on attachment 401144 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401144&action=review LGTM, but please fix the typos before landing :) > Tools/MiniBrowser/gtk/BrowserSearchBar.c:71 > + action = g_action_map_lookup_action(G_ACTION_MAP(actionGroup), "beginnig-word"); Typo: beginnig → beginning. (The same type is around in a few places more, I won't point out every instance.)
Committed r262937: <https://trac.webkit.org/changeset/262937>