| Index: Source/WebCore/page/PageConsole.cpp
|
| diff --git a/Source/WebCore/page/PageConsole.cpp b/Source/WebCore/page/PageConsole.cpp
|
| index e2411877732e90cf7be497c9a8ed4d3e018c5e84..440e69dc6581f7c98172d84a7da6dce89dcb0149 100644
|
| --- a/Source/WebCore/page/PageConsole.cpp
|
| +++ b/Source/WebCore/page/PageConsole.cpp
|
| @@ -97,9 +97,6 @@ void PageConsole::addMessage(MessageSource source, MessageLevel level, const Str
|
| if (source == CSSMessageSource)
|
| return;
|
|
|
| - if (page->settings()->privateBrowsingEnabled())
|
| - return;
|
| -
|
| page->chrome()->client()->addMessageToConsole(source, level, message, lineNumber, url);
|
| }
|
|
|
|
|