| Index: Source/core/frame/csp/CSPSource.h
|
| diff --git a/Source/core/frame/csp/CSPSource.h b/Source/core/frame/csp/CSPSource.h
|
| index 8860e750e273c2334d89c843b8eb9ce6206f8aea..e99804f628651adcf59adf7b9879b5b72ebe02a8 100644
|
| --- a/Source/core/frame/csp/CSPSource.h
|
| +++ b/Source/core/frame/csp/CSPSource.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| +#include "wtf/FastAllocBase.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -15,6 +16,7 @@ class ContentSecurityPolicy;
|
| class KURL;
|
|
|
| class CORE_EXPORT CSPSource {
|
| + WTF_MAKE_FAST_ALLOCATED(CSPSource);
|
| public:
|
| enum WildcardDisposition {
|
| HasWildcard,
|
|
|