mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
7d11edbe17
In order to avoid having multiple instances, we were keeping a pointer to these singleton objects and only allocating them when it was null. We have `__cxa_guard_{acquire,release}` in the userland, so there's no need to do this dance, as the compiler will ensure that the constructors are only called once. |
||
---|---|---|
.. | ||
ClientConnection.cpp | ||
ClientConnection.h | ||
ClipboardClient.ipc | ||
ClipboardServer.ipc | ||
CMakeLists.txt | ||
main.cpp | ||
Storage.cpp | ||
Storage.h |