Bug 1073003 - wError bustage fix in non-unified builds r=me a=bustage

--HG--
extra : amend_source : 8054a3a25f0adf4caea5b70f2b75a94665a6e59d
This commit is contained in:
Wes Kocher 2015-01-08 15:46:15 -08:00
parent 7a41eb1db1
commit a40f7cf491

View File

@ -24,6 +24,7 @@ using namespace mozilla::dom;
using namespace mozilla::gfx;
using namespace android;
#undef LOG
#ifdef PR_LOGGING
extern PRLogModuleInfo* GetMediaManagerLog();
#define LOG(msg) PR_LOG(GetMediaManagerLog(), PR_LOG_DEBUG, msg)