зеркало из https://github.com/mozilla/pjs.git
Bug 658849: Remove harmless "WARNING: Failed to create timer" message that gets spammed on shutdown. r=gal
This commit is contained in:
Родитель
40383fd9e8
Коммит
06ce41cc75
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче