From a40f7cf49155e107294cba483201270a5c11805b Mon Sep 17 00:00:00 2001 From: Wes Kocher Date: Thu, 8 Jan 2015 15:46:15 -0800 Subject: [PATCH] Bug 1073003 - wError bustage fix in non-unified builds r=me a=bustage --HG-- extra : amend_source : 8054a3a25f0adf4caea5b70f2b75a94665a6e59d --- dom/media/webrtc/MediaEngineGonkVideoSource.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/media/webrtc/MediaEngineGonkVideoSource.cpp b/dom/media/webrtc/MediaEngineGonkVideoSource.cpp index 0415029748c..81443e512c3 100644 --- a/dom/media/webrtc/MediaEngineGonkVideoSource.cpp +++ b/dom/media/webrtc/MediaEngineGonkVideoSource.cpp @@ -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)