mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 21:12:26 +00:00
LibSQL: Add a note to Serializer
about m_heap
This commit is contained in:
parent
fdac8331cc
commit
71c98546b8
Notes:
sideshowbarker
2024-07-17 06:35:16 +09:00
Author: https://github.com/gmta
Commit: 71c98546b8
Pull-request: https://github.com/SerenityOS/serenity/pull/18476
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ private:
|
||||||
|
|
||||||
ByteBuffer m_buffer {};
|
ByteBuffer m_buffer {};
|
||||||
size_t m_current_offset { 0 };
|
size_t m_current_offset { 0 };
|
||||||
|
// FIXME: make this a NonnullRefPtr<Heap> so we can get rid of the null checks
|
||||||
RefPtr<Heap> m_heap { nullptr };
|
RefPtr<Heap> m_heap { nullptr };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue