| Index: third_party/WebKit/Source/core/frame/csp/CSPSourceList.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSourceList.h b/third_party/WebKit/Source/core/frame/csp/CSPSourceList.h
|
| index fceb8158a1b7c8c9471676d479833eb499d3f012..2d9263212c67107c15d59904b4334ef029cfa58d 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceList.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceList.h
|
| @@ -18,7 +18,7 @@ class ContentSecurityPolicy;
|
| class KURL;
|
|
|
| class CORE_EXPORT CSPSourceList {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| WTF_MAKE_NONCOPYABLE(CSPSourceList);
|
| public:
|
| CSPSourceList(ContentSecurityPolicy*, const String& directiveName);
|
|
|