Bug 1525319 - Removing context from OnStartRequest r=valentin

Differential Revision: https://phabricator.services.mozilla.com/D20769
This commit is contained in:
Jonathan Kingston
2019-02-27 23:41:04 +00:00
parent f22c8fda17
commit 649c453cbd
113 changed files with 208 additions and 274 deletions

View File

@@ -3662,7 +3662,7 @@ WebSocketChannel::OnTransportAvailable(nsISocketTransport *aTransport,
// nsIRequestObserver (from nsIStreamListener)
NS_IMETHODIMP
WebSocketChannel::OnStartRequest(nsIRequest *aRequest, nsISupports *aContext) {
WebSocketChannel::OnStartRequest(nsIRequest *aRequest) {
LOG(("WebSocketChannel::OnStartRequest(): %p [%p %p] recvdhttpupgrade=%d\n",
this, aRequest, mHttpChannel.get(), mRecvdHttpUpgradeTransport));
MOZ_ASSERT(NS_IsMainThread(), "not main thread");