| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| index 3683c1f51408c8725262241d40d1cd60c183b0a3..502b7e93532da589777ca6c29b3ba3d104970737 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| @@ -102,7 +102,7 @@ void CSPDirectiveList::reportViolationWithState(const String& directiveText, con
|
| // never get thrown in report-only mode because the caller won't see
|
| // a violation.)
|
| if (m_reportOnly || exceptionStatus == ContentSecurityPolicy::WillNotThrowException) {
|
| - RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(SecurityMessageSource, ErrorMessageLevel, reportMessage);
|
| + RawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(SecurityMessageSource, ErrorMessageLevel, reportMessage);
|
| consoleMessage->setScriptState(scriptState);
|
| m_policy->logToConsole(consoleMessage.release());
|
| }
|
|
|