зеркало из https://github.com/mozilla/gecko-dev.git
Mac bustage fix for bug 361351
This commit is contained in:
Родитель
72c36c4cf8
Коммит
fc58ca05d3
|
@ -74,7 +74,7 @@
|
|||
|
||||
#define CHECK_mBaseRef() \
|
||||
PR_BEGIN_MACRO \
|
||||
if (mBaseRef.IsEmpty()) \
|
||||
if (!mBaseRef) \
|
||||
return NS_ERROR_NOT_INITIALIZED; \
|
||||
PR_END_MACRO
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче