LibWeb: Convert a bunch of dbg() to dbgln()

This commit is contained in:
Andreas Kling 2021-01-09 14:02:45 +01:00
commit 0a3b834346
Notes: sideshowbarker 2024-07-19 00:00:24 +09:00
12 changed files with 31 additions and 38 deletions

View file

@ -60,8 +60,6 @@ private:
Layout::InitialContainingBlockBox* layout_root();
const Layout::InitialContainingBlockBox* layout_root() const;
void dump_selection(const char* event_name) const;
Frame& m_frame;
bool m_in_mouse_selection { false };