зеркало из https://github.com/mozilla/gecko-dev.git
Bug 754572 - let NS_CheckThreadSafe(x,y) be empty in XPCOM_GLUE case, as opposed to letting it evaluate to (x,y) - r=bz
This commit is contained in:
Родитель
0721d25d47
Коммит
72a25f630d
|
@ -315,7 +315,7 @@
|
|||
/*****************************************************************************/
|
||||
|
||||
#ifdef XPCOM_GLUE
|
||||
#define NS_CheckThreadSafe
|
||||
#define NS_CheckThreadSafe(owningThread, msg)
|
||||
#else
|
||||
#define NS_CheckThreadSafe(owningThread, msg) \
|
||||
NS_ASSERTION(owningThread == PR_GetCurrentThread(), msg)
|
||||
|
|
Загрузка…
Ссылка в новой задаче