mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup for review comment. a=final+
This commit is contained in:
parent
5e851585cc
commit
7806e07ea1
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user