mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +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
|
@ -221,7 +221,7 @@ void Frame::set_cursor_position(const DOM::Position& position)
|
|||
if (m_cursor_position.node() && m_cursor_position.node()->layout_node())
|
||||
m_cursor_position.node()->layout_node()->set_needs_display();
|
||||
|
||||
dbg() << "Cursor position: " << m_cursor_position;
|
||||
dbgln("Cursor position: {}", m_cursor_position);
|
||||
}
|
||||
|
||||
String Frame::selected_text() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue