зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1191178 - Part 0.1: GetSriLog() is needed to avoid unified build failure. r=francois
This commit is contained in:
Родитель
a670cdc9df
Коммит
cc83f75f66
|
@ -31,6 +31,16 @@
|
|||
#include "nsStyleUtil.h"
|
||||
#include "nsQueryObject.h"
|
||||
|
||||
static PRLogModuleInfo*
|
||||
GetSriLog()
|
||||
{
|
||||
static PRLogModuleInfo *gSriPRLog;
|
||||
if (!gSriPRLog) {
|
||||
gSriPRLog = PR_NewLogModule("SRI");
|
||||
}
|
||||
return gSriPRLog;
|
||||
}
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче