Bug 673862 - Fix compile of nsWifiScannerSolaris.cpp. r=jones.chris.g.

This commit is contained in:
Ginn Chen 2011-07-28 11:48:43 +08:00
Родитель 35f9491020
Коммит 1df5283312
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -177,7 +177,7 @@ nsWifiMonitor::DoScan()
LOG(("waiting on monitor\n"));
MonitorAutoEnter mon(mMonitor);
ReentrantMonitorAutoEnter mon(mReentrantMonitor);
mon.Wait(PR_SecondsToInterval(60));
}