LibWeb/CSP: Add Keyword Sources FlyStrings

This commit is contained in:
Luke Wilde 2024-11-26 11:58:12 +00:00 committed by Shannon Booth
commit 050f984625
Notes: github-actions[bot] 2025-06-30 22:26:10 +00:00
4 changed files with 45 additions and 2 deletions

View file

@ -39,6 +39,4 @@ namespace Web::ContentSecurityPolicy::Directives::Names {
ENUMERATE_DIRECTIVE_NAMES
#undef __ENUMERATE_DIRECTIVE_NAME
void initialize_strings();
}