mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1497160 - Upgrade assertion type. r=baku.
Differential Revision: https://phabricator.services.mozilla.com/D7988 MozReview-Commit-ID: KPo6YHEcYYZ
This commit is contained in:
parent
34fa9d52b1
commit
864c939fde
@ -149,7 +149,7 @@ public:
|
||||
|
||||
void AssertIsOnTargetThread() const
|
||||
{
|
||||
MOZ_ASSERT(IsTargetThread());
|
||||
MOZ_DIAGNOSTIC_ASSERT(IsTargetThread());
|
||||
}
|
||||
|
||||
bool IsTargetThread() const
|
||||
|
Loading…
Reference in New Issue
Block a user