| 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 23085bedd0e0fc846955ef1d0f6419d6647f5483..f97cc79d1106a6983ec0fcc486f2370bd30695cb 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -945,7 +945,7 @@ void ContentSecurityPolicy::logToConsole(const String& message, MessageLevel lev
|
| logToConsole(ConsoleMessage::create(SecurityMessageSource, level, message));
|
| }
|
|
|
| -void ContentSecurityPolicy::logToConsole(PassRefPtrWillBeRawPtr<ConsoleMessage> consoleMessage, LocalFrame* frame)
|
| +void ContentSecurityPolicy::logToConsole(RawPtr<ConsoleMessage> consoleMessage, LocalFrame* frame)
|
| {
|
| if (frame)
|
| frame->document()->addConsoleMessage(consoleMessage);
|
|
|