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

This commit is contained in:
Daniel Holbert 2011-05-27 16:53:01 -07:00
Родитель f6dcfd7b18
Коммит affad7295c
1 изменённых файлов: 1 добавлений и 1 удалений

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

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