Bug 658849 followup: Remove one more instance of harmless "WARNING: Failed to create timer" message that gets spammed on shutdown. r=gal

This commit is contained in:
Daniel Holbert 2011-05-31 17:42:46 -07:00
Родитель 5b0e02cc85
Коммит e470ebe0a0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3386,7 +3386,7 @@ nsJSContext::PokeCC()
CallCreateInstance("@mozilla.org/timer;1", &sCCTimer);
if (!sCCTimer) {
NS_WARNING("Failed to create timer");
// Failed to create timer (probably because we're in XPCOM shutdown)
return;
}