mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-23 19:42:53 +00:00
Derivatives of Core::Object should be constructed through ClassName::construct(), to avoid handling ref-counted objects with refcount zero. Fixing the visibility means that misuses like this are more difficult. This commit is separate from the other Applications/Libraries changes because it required additional adaption of the code. Note that the old code did precisely what these changes try to prevent: Create and handle a ref-counted object with a refcount of zero. |
||
---|---|---|
.. | ||
Clip.cpp | ||
Clip.h | ||
CMakeLists.txt | ||
Effects.cpp | ||
Effects.h | ||
Music.h | ||
Processor.h | ||
ProcessorParameter.h | ||
Track.cpp | ||
Track.h | ||
Transport.h |