diff options
author | Linus Groh <mail@linusgroh.de> | 2022-07-12 20:42:19 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-07-14 00:42:26 +0100 |
commit | de74ba587fdfd0e7e72e931e8430e8bd43207310 (patch) | |
tree | 23266d8a8b47abb8e1a2239d8f25e8d56089b5b5 /Userland/Libraries/LibWeb/Forward.h | |
parent | 22a627fc1a694b21325aad32cdbb618fe4080253 (diff) | |
download | serenity-de74ba587fdfd0e7e72e931e8430e8bd43207310.zip |
LibWeb: Add a stub PolicyContainer struct
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Forward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index debab40be6..b446a5d532 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -270,6 +270,7 @@ class MessageEvent; class MessagePort; class Origin; class PageTransitionEvent; +struct PolicyContainer; class PromiseRejectionEvent; class WorkerDebugConsoleClient; class Storage; |