| Index: nspr/pr/src/linking/prlink.c
|
| diff --git a/nspr/pr/src/linking/prlink.c b/nspr/pr/src/linking/prlink.c
|
| index d9ad10a8de347f657939b05893cdb77e1b267a10..47154608a3764c7b040387cb9db66a20bdf01cb6 100644
|
| --- a/nspr/pr/src/linking/prlink.c
|
| +++ b/nspr/pr/src/linking/prlink.c
|
| @@ -1036,7 +1036,7 @@ PR_UnloadLibrary(PRLibrary *lib)
|
| * fail (the library is not on the _pr_loadmap list),
|
| * but don't wipe out an error from dlclose/shl_unload.
|
| */
|
| - PR_ASSERT(!"_pr_loadmap and lib->refCount inconsistent");
|
| + PR_NOT_REACHED("_pr_loadmap and lib->refCount inconsistent");
|
| if (result == 0) {
|
| PR_SetError(PR_INVALID_ARGUMENT_ERROR, 0);
|
| status = PR_FAILURE;
|
|
|