mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
LibWeb: Convert a bunch of dbg() to dbgln()
This commit is contained in:
parent
4714b04d32
commit
0a3b834346
12 changed files with 31 additions and 38 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue