Index: Source/core/frame/csp/ContentSecurityPolicy.cpp |
diff --git a/Source/core/frame/csp/ContentSecurityPolicy.cpp b/Source/core/frame/csp/ContentSecurityPolicy.cpp |
index 537c431240b0e91109a7f603dbf9a6861ed0255b..f2fbc59696ce3d0305a178bd968d690a8b42d883 100644 |
--- a/Source/core/frame/csp/ContentSecurityPolicy.cpp |
+++ b/Source/core/frame/csp/ContentSecurityPolicy.cpp |
@@ -571,7 +571,7 @@ static void gatherSecurityPolicyViolationEventData(SecurityPolicyViolationEventI |
if (!SecurityOrigin::isSecure(document->url()) && document->loader()) |
init.statusCode = document->loader()->response().httpStatusCode(); |
- RefPtr<ScriptCallStack> stack = createScriptCallStack(1, false); |
+ RefPtrWillBeRawPtr<ScriptCallStack> stack = createScriptCallStack(1, false); |
if (!stack) |
return; |