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