mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-13 14:49:18 +00:00
Returning it by reference can lead to unpleasant situations if we use this getter when the document may go away. Better to make the getter return a copy than have to think about this everywhere.