diff --git a/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Requests.h b/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Requests.h index 69ff04fc6f..7f1e4feff0 100644 --- a/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Requests.h +++ b/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Requests.h @@ -157,7 +157,7 @@ public: using OriginType = Variant; using PolicyContainerType = Variant; using ReferrerType = Variant; - using ReservedClientType = Variant, JS::GCPtr>; + using ReservedClientType = Variant>; using WindowType = Variant>; [[nodiscard]] static JS::NonnullGCPtr create(JS::VM&);