| 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 d66fa611ff6a9e9096d40bf90eeb7ea119be9624..5fc1f26b03d2a81e38c925eed063f05814562469 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -319,7 +319,7 @@ PassOwnPtr<Vector<CSPHeaderAndType>> ContentSecurityPolicy::headers() const
|
| CSPHeaderAndType headerAndType(policy->header(), policy->headerType());
|
| headers->append(headerAndType);
|
| }
|
| - return headers.release();
|
| + return headers;
|
| }
|
|
|
| template<bool (CSPDirectiveList::*allowed)(ContentSecurityPolicy::ReportingStatus) const>
|
|
|