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 db5ccdf8e9ea1e50e1284abcf00f32c7f5a6d127..f90ffb5a70377855e5514d7d1768b242a5f687ea 100644 |
--- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
+++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
@@ -22,7 +22,7 @@ namespace blink { |
class ContentSecurityPolicy; |
-class CSPDirectiveList : public GarbageCollectedFinalized<CSPDirectiveList> { |
+class CORE_EXPORT CSPDirectiveList : public GarbageCollectedFinalized<CSPDirectiveList> { |
WTF_MAKE_NONCOPYABLE(CSPDirectiveList); |
public: |
static RawPtr<CSPDirectiveList> create(ContentSecurityPolicy*, const UChar* begin, const UChar* end, ContentSecurityPolicyHeaderType, ContentSecurityPolicyHeaderSource); |