| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| index 3c6b29535fb48c35ff261433ed1b2a32fb5ff4ce..517e5cc79eba495f937334c967fd690b65b94d23 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| @@ -127,7 +127,7 @@ private:
|
| bool denyIfEnforcingPolicy() const { return m_reportOnly; }
|
|
|
| // TODO(Oilpan): consider moving ContentSecurityPolicy auxilliary objects to the heap.
|
| - RawPtrWillBeUntracedMember<ContentSecurityPolicy> m_policy;
|
| + UntracedMember<ContentSecurityPolicy> m_policy;
|
|
|
| String m_header;
|
| ContentSecurityPolicyHeaderType m_headerType;
|
|
|