summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r--Userland/Libraries/LibWeb/Forward.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h
index 6836e00911..0db319a442 100644
--- a/Userland/Libraries/LibWeb/Forward.h
+++ b/Userland/Libraries/LibWeb/Forward.h
@@ -202,6 +202,8 @@ class BrowsingContextContainer;
class CanvasRenderingContext2D;
class ClassicScript;
class CloseEvent;
+struct CrossOriginOpenerPolicy;
+struct CrossOriginOpenerPolicyEnforcementResult;
class DOMParser;
class DOMStringMap;
struct Environment;
@@ -287,11 +289,13 @@ class ImageData;
class MessageChannel;
class MessageEvent;
class MessagePort;
+struct NavigationParams;
class Origin;
class PageTransitionEvent;
struct PolicyContainer;
class PromiseRejectionEvent;
class WorkerDebugConsoleClient;
+struct SandboxingFlagSet;
class Storage;
class SubmitEvent;
class TextMetrics;