Bug 1167306: Fix preprocessor goof that disabled the load manager and some preference handling. r=jesup

--HG--
extra : rebase_source : 76ee86f2f4e1258171ac10df29b6fabdb9c6bc6d
This commit is contained in:
Byron Campen [:bwc] 2015-05-21 13:45:55 -07:00
parent 1fec8cf0e8
commit 559db058ce

View File

@ -302,7 +302,7 @@ WebrtcVideoConduit::Init()
{
CSFLogDebug(logTag, "%s this=%p", __FUNCTION__, this);
#if defined(MOZILLA_INTERNAL_API) && !defined(MOZILLA_INTERNAL_API)
#if defined(MOZILLA_INTERNAL_API) && !defined(MOZILLA_XPCOMRT_API)
// already know we must be on MainThread barring unit test weirdness
MOZ_ASSERT(NS_IsMainThread());