Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp |
diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp |
index 0feca8b4d65f466a3c745e7f4768869958895e65..d8db1003568c86601b26c720da7af4fa7c404095 100644 |
--- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp |
+++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp |
@@ -1034,7 +1034,6 @@ void ContentSecurityPolicy::logToConsole(const String& message, MessageLevel lev |
void ContentSecurityPolicy::logToConsole(ConsoleMessage* consoleMessage, LocalFrame* frame) |
{ |
- consoleMessage->collectCallStack(); |
if (frame) |
frame->document()->addConsoleMessage(consoleMessage); |
else if (m_executionContext) |