mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-13 06:40:38 +00:00
The buffer provided to `OutputMemoryStream` was made a private class member. This is because there is no reason to re-create it in every iteration. Also, the logic becomes more symmetric with `m_zero_filled_buffer` which is already a class member.