зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1497160 - Upgrade assertion type. r=baku.
Differential Revision: https://phabricator.services.mozilla.com/D7988 MozReview-Commit-ID: KPo6YHEcYYZ
This commit is contained in:
Родитель
34fa9d52b1
Коммит
864c939fde
|
@ -149,7 +149,7 @@ public:
|
|||
|
||||
void AssertIsOnTargetThread() const
|
||||
{
|
||||
MOZ_ASSERT(IsTargetThread());
|
||||
MOZ_DIAGNOSTIC_ASSERT(IsTargetThread());
|
||||
}
|
||||
|
||||
bool IsTargetThread() const
|
||||
|
|
Загрузка…
Ссылка в новой задаче