| Index: Source/core/frame/csp/CSPDirective.h
|
| diff --git a/Source/core/frame/csp/CSPDirective.h b/Source/core/frame/csp/CSPDirective.h
|
| index 8a02bd474eb9d7a64837bcc0249a09df833715fc..0359f50feb4483552208895c5185470b3a46a508 100644
|
| --- a/Source/core/frame/csp/CSPDirective.h
|
| +++ b/Source/core/frame/csp/CSPDirective.h
|
| @@ -12,6 +12,7 @@ namespace blink {
|
| class ContentSecurityPolicy;
|
|
|
| class CSPDirective {
|
| + WTF_MAKE_FAST_ALLOCATED(CSPDirective);
|
| WTF_MAKE_NONCOPYABLE(CSPDirective);
|
| public:
|
| CSPDirective(const String& name, const String& value, ContentSecurityPolicy* policy)
|
|
|