Bug 550925 - 'Workers: nsDOMWorkerTimeout::Init sets mInterval to an uninitialized value if aArgc <= 1'. r+sr=jst

This commit is contained in:
Ben Turner 2010-03-11 12:36:47 -08:00
Родитель 4c7117b3b1
Коммит 8107b9a280
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -256,6 +256,7 @@ nsDOMWorkerTimeout::Init(JSContext* aCx, PRUint32 aArgc, jsval* aArgv,
else {
// If no interval was specified, treat this like a timeout, to avoid
// setting an interval of 0 milliseconds.
interval = 0;
aIsInterval = PR_FALSE;
}