diff options
Diffstat (limited to 'netwerk/protocol/websocket/WebSocketChannel.h')
-rw-r--r-- | netwerk/protocol/websocket/WebSocketChannel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/protocol/websocket/WebSocketChannel.h b/netwerk/protocol/websocket/WebSocketChannel.h index 631edebfaf..f60bc4fbbe 100644 --- a/netwerk/protocol/websocket/WebSocketChannel.h +++ b/netwerk/protocol/websocket/WebSocketChannel.h @@ -146,6 +146,7 @@ private: void GeneratePong(uint8_t *payload, uint32_t len); void GeneratePing(); + nsresult OnNetworkChangedTargetThread();
nsresult OnNetworkChanged(); nsresult StartPinging(); |