| Index: Source/web/WebPagePopupImpl.cpp
|
| diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp
|
| index c52a116d0b8afb5ff018c64cbd89dc1826382107..73351f19da06adfb510c7d3bc98362e3c886e095 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());
|
|
|