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
parent e6b39b2296
commit c91fa35aba

View File

@ -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;
}