summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/webtransport/WebTransportSessionProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/protocol/webtransport/WebTransportSessionProxy.h')
-rw-r--r--netwerk/protocol/webtransport/WebTransportSessionProxy.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/netwerk/protocol/webtransport/WebTransportSessionProxy.h b/netwerk/protocol/webtransport/WebTransportSessionProxy.h
index 9e6f785d80..23407f3aaa 100644
--- a/netwerk/protocol/webtransport/WebTransportSessionProxy.h
+++ b/netwerk/protocol/webtransport/WebTransportSessionProxy.h
@@ -119,17 +119,20 @@ namespace mozilla::net {
class WebTransportStreamCallbackWrapper;
-class WebTransportSessionProxy final : public nsIWebTransport,
- public WebTransportSessionEventListener,
- public WebTransportConnectionSettings,
- public nsIStreamListener,
- public nsIChannelEventSink,
- public nsIRedirectResultListener,
- public nsIInterfaceRequestor {
+class WebTransportSessionProxy final
+ : public nsIWebTransport,
+ public WebTransportSessionEventListener,
+ public WebTransportSessionEventListenerInternal,
+ public WebTransportConnectionSettings,
+ public nsIStreamListener,
+ public nsIChannelEventSink,
+ public nsIRedirectResultListener,
+ public nsIInterfaceRequestor {
public:
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_NSIWEBTRANSPORT
NS_DECL_WEBTRANSPORTSESSIONEVENTLISTENER
+ NS_DECL_WEBTRANSPORTSESSIONEVENTLISTENERINTERNAL
NS_DECL_WEBTRANSPORTCONNECTIONSETTINGS
NS_DECL_NSIREQUESTOBSERVER
NS_DECL_NSISTREAMLISTENER