Bug 984665 - Change the extra shutdown CC assertion into a warning. r=smaug

This commit is contained in:
Andrew McCreight 2014-03-19 06:05:18 -07:00
parent 0f9c300dcf
commit bb3d6640cb

View File

@ -3212,7 +3212,7 @@ nsCycleCollector::ShutdownCollect()
break;
}
}
NS_ASSERTION(i < NORMAL_SHUTDOWN_COLLECTIONS, "Extra shutdown CC");
NS_WARN_IF_FALSE(i < NORMAL_SHUTDOWN_COLLECTIONS, "Extra shutdown CC");
}
static void