Backed out changeset 2284c3e8c336 (bug 1215092)

This commit is contained in:
Carsten "Tomcat" Book
2015-10-28 14:28:37 +01:00
parent 57e01d678d
commit 457126dc02
13 changed files with 16 additions and 84 deletions

View File

@@ -1138,6 +1138,8 @@ NS_IMPL_ISUPPORTS(OutboundEnqueuer, nsIRunnable)
// WebSocketChannel
//-----------------------------------------------------------------------------
uint32_t WebSocketChannel::sSerialSeed = 0;
WebSocketChannel::WebSocketChannel() :
mPort(0),
mCloseTimeout(20000),
@@ -1192,6 +1194,8 @@ WebSocketChannel::WebSocketChannel() :
if (NS_FAILED(rv))
LOG(("Failed to initiate dashboard service."));
mSerial = sSerialSeed++;
mService = WebSocketEventService::GetOrCreate();
}