Backed out changeset 142552196615 (bug 1350887)

This commit is contained in:
Sebastian Hengst 2017-04-04 15:54:30 +02:00
Родитель 0e1c126a7f
Коммит a7b695a056
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -287,7 +287,7 @@ MarionetteComponent.prototype.init = function () {
// This allows the following attempt by Marionette to open a socket
// to succeed.
let insaneSacrificialGoat =
new ServerSocket(0, Ci.nsIServerSocket.KeepWhenOffline, 4);
new ServerSocket(666, Ci.nsIServerSocket.KeepWhenOffline, 4);
insaneSacrificialGoat.asyncListen(this);
}