Bug 1121760 (part 5) - Remove PL_DHashMarkTableImmutable(). r=poiru.

This commit is contained in:
Nicholas Nethercote
2015-09-14 14:23:27 -07:00
parent 842a49fe92
commit 13be349801
5 changed files with 5 additions and 16 deletions

View File

@@ -109,8 +109,8 @@ nsHTMLEntities::AddRefTable(void)
entry->node = node;
}
#ifdef DEBUG
PL_DHashMarkTableImmutable(gUnicodeToEntity);
PL_DHashMarkTableImmutable(gEntityToUnicode);
gUnicodeToEntity->MarkImmutable();
gEntityToUnicode->MarkImmutable();
#endif
}
++gTableRefCnt;