Followup for review comment. a=final+

This commit is contained in:
Dan Witte 2010-08-27 18:06:35 -07:00
parent 5e851585cc
commit 7806e07ea1

View File

@ -236,7 +236,7 @@ public:
*/
void SetVacuumInProgress(bool aValue)
{
NS_ASSERTION(NS_IsMainThread(), "SetVacuumInProgress() off main thread!");
NS_PRECONDITION(NS_IsMainThread(), "SetVacuumInProgress() off main thread!");
mVacuumInProgress = aValue;
}