Files
ladybird/Libraries
Andreas Kling 52fcaae71c LibWeb: Make Document::url() return URL by value
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.
2020-06-06 14:14:43 +02:00
..
2020-06-02 21:49:47 +02:00
2020-06-01 19:52:20 +02:00
2020-06-04 15:45:11 +02:00