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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h
index 2ad2adad09..2af18208cf 100644
--- a/Userland/Libraries/LibWeb/Forward.h
+++ b/Userland/Libraries/LibWeb/Forward.h
@@ -393,6 +393,10 @@ class SVGRectElement;
class SVGSVGElement;
}
+namespace Web::WebIDL {
+class CallbackType;
+}
+
namespace Web::WebSockets {
class WebSocket;
}
@@ -460,7 +464,6 @@ class URLSearchParamsIterator;
}
namespace Web::Bindings {
-class CallbackType;
class LocationObject;
class OptionConstructor;
class RangePrototype;