diff --git a/Userland/Services/WebContent/ConnectionFromClient.h b/Userland/Services/WebContent/ConnectionFromClient.h index 74be424709..f70ec5d254 100644 --- a/Userland/Services/WebContent/ConnectionFromClient.h +++ b/Userland/Services/WebContent/ConnectionFromClient.h @@ -34,6 +34,8 @@ public: void request_file(NonnullRefPtr&); + Optional fd() { return socket().fd(); } + private: explicit ConnectionFromClient(NonnullOwnPtr);