Back out 0bbb5cacadaf (bug 694254) for timing out on Windows

This commit is contained in:
Phil Ringnalda 2013-03-17 20:13:17 -07:00
Родитель 351810f37d
Коммит f42ce30aaa
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -84,10 +84,6 @@
var gQueue = null;
function doTests()
{
if (navigator.oscpu.startsWith("Windows NT 6.1") || navigator.oscpu.startsWith("Windows NT 6.2")) {
todo(false, "shouldn't cause a leak!");
return;
}
gQueue = new eventQueue();
var tabDocument = currentTabDocument();