1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:07:34 +00:00

LibWeb: Add a stub PolicyContainer struct

This commit is contained in:
Linus Groh 2022-07-12 20:42:19 +01:00
parent 22a627fc1a
commit de74ba587f
2 changed files with 25 additions and 0 deletions

View file

@ -270,6 +270,7 @@ class MessageEvent;
class MessagePort;
class Origin;
class PageTransitionEvent;
struct PolicyContainer;
class PromiseRejectionEvent;
class WorkerDebugConsoleClient;
class Storage;