mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Weakable is not thread-safe, so taking a strong reference from a WeakPtr<Thread> may result in a use-after-free. We don't use this functionality anywhere anyway, so remove it.