Bug 940235 - Build uriloader in unified mode. r=ehsan

This commit is contained in:
Chris Peterson
2013-11-18 23:50:59 -08:00
parent d9d9997c1e
commit 74f3377d6f
11 changed files with 58 additions and 24 deletions

View File

@@ -69,7 +69,11 @@ static const int32_t kCustomProfileQuota = 512000;
//
extern PRLogModuleInfo *gOfflineCacheUpdateLog;
#endif
#undef LOG
#define LOG(args) PR_LOG(gOfflineCacheUpdateLog, 4, args)
#undef LOG_ENABLED
#define LOG_ENABLED() PR_LOG_TEST(gOfflineCacheUpdateLog, 4)
class AutoFreeArray {