RESOLVED FIXED251258
[GTK][WPE] Add GWeakPtr to WTF and use it instead of explicit g_object_add|remove_weak_pointer
https://bugs.webkit.org/show_bug.cgi?id=251258
Summary [GTK][WPE] Add GWeakPtr to WTF and use it instead of explicit g_object_add|re...
Carlos Garcia Campos
Reported 2023-01-27 03:02:54 PST
It's very common to forget to remove a weak references, GWeakPtr ensures weak references are always removed and makes easier to create weak GObjects.
Attachments
Carlos Garcia Campos
Comment 1 2023-01-27 03:04:21 PST
EWS
Comment 2 2023-01-27 06:37:37 PST
Committed 259482@main (c995526f4286): <https://commits.webkit.org/259482@main> Reviewed commits have been landed. Closing PR #9218 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.