зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
5b0e02cc85
Коммит
e470ebe0a0
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче