Bug 1057912 - Privatize most of PLDHashTable's fields. r=roc.
This commit is contained in:
@@ -73,8 +73,8 @@ static const PLDHashTableOps UnicodeToEntityOps = {
|
||||
nullptr,
|
||||
};
|
||||
|
||||
static PLDHashTable gEntityToUnicode = { 0 };
|
||||
static PLDHashTable gUnicodeToEntity = { 0 };
|
||||
static PLDHashTable gEntityToUnicode;
|
||||
static PLDHashTable gUnicodeToEntity;
|
||||
static nsrefcnt gTableRefCnt = 0;
|
||||
|
||||
#define HTML_ENTITY(_name, _value) { #_name, _value },
|
||||
|
||||
Reference in New Issue
Block a user