Index: Source/web/WebPagePopupImpl.cpp |
diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp |
index 8ed550781a55853832eac5593f2b7e29df1d4f8b..de8ca2ea34071618ebc14c177e02bfe68aae477b 100644 |
--- a/Source/web/WebPagePopupImpl.cpp |
+++ b/Source/web/WebPagePopupImpl.cpp |
@@ -84,7 +84,7 @@ private: |
m_popup->widgetClient()->setWindowRect(m_popup->m_windowRectInScreen); |
} |
- virtual void addMessageToConsole(MessageSource, MessageLevel, const String& message, unsigned lineNumber, const String&) OVERRIDE |
+ virtual void addMessageToConsole(MessageSource, MessageLevel, const String& message, unsigned lineNumber, const String&, const String&) OVERRIDE |
{ |
#ifndef NDEBUG |
fprintf(stderr, "CONSOLE MESSSAGE:%u: %s\n", lineNumber, message.utf8().data()); |