summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/WebContentClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/WebContentClient.cpp')
-rw-r--r--Libraries/LibWeb/WebContentClient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Libraries/LibWeb/WebContentClient.cpp b/Libraries/LibWeb/WebContentClient.cpp
index 0c09cb92af..870b691d3b 100644
--- a/Libraries/LibWeb/WebContentClient.cpp
+++ b/Libraries/LibWeb/WebContentClient.cpp
@@ -70,7 +70,7 @@ void WebContentClient::handle(const Messages::WebContentClient::DidInvalidateCon
void WebContentClient::handle(const Messages::WebContentClient::DidChangeSelection&)
{
#ifdef DEBUG_SPAM
- dbg() << "handle: WebContentClient::DidChangeSelection!";
+ dbgln("handle: WebContentClient::DidChangeSelection!");
#endif
m_view.notify_server_did_change_selection({});
}
@@ -110,7 +110,7 @@ void WebContentClient::handle(const Messages::WebContentClient::DidHoverLink& me
void WebContentClient::handle(const Messages::WebContentClient::DidUnhoverLink&)
{
#ifdef DEBUG_SPAM
- dbg() << "handle: WebContentClient::DidUnhoverLink!";
+ dbgln("handle: WebContentClient::DidUnhoverLink!");
#endif
m_view.notify_server_did_unhover_link({});
}