Index: Source/core/frame/csp/CSPSourceList.h |
diff --git a/Source/core/frame/csp/CSPSourceList.h b/Source/core/frame/csp/CSPSourceList.h |
index 3223aa980f0cde52da6689ef16beb7011be7fe3d..79401b1ea07f6fc1e27bfba27252fbf5e87bcc19 100644 |
--- a/Source/core/frame/csp/CSPSourceList.h |
+++ b/Source/core/frame/csp/CSPSourceList.h |
@@ -18,6 +18,7 @@ class ContentSecurityPolicy; |
class KURL; |
class CORE_EXPORT CSPSourceList { |
+ DISALLOW_ALLOCATION(); |
WTF_MAKE_NONCOPYABLE(CSPSourceList); |
public: |
CSPSourceList(ContentSecurityPolicy*, const String& directiveName); |