This commit is contained in:
kipp%netscape.com 1999-10-14 23:11:44 +00:00
Родитель c0f47fe47c
Коммит 7d45a10d09
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -62,7 +62,7 @@ static PRInt32 gTableRefCount;
static KeywordNode* gKeywordArray;
static nsAVLTree* gKeywordTree;
static KeywordComparitor* gComparitor;
static const nsCString* kNullStr;
static nsCString* kNullStr;
void
nsCSSKeywords::AddRefTable(void)

Просмотреть файл

@ -67,7 +67,7 @@ static PRInt32 gTableRefCount;
static PropertyNode* gPropertyArray;
static nsAVLTree* gPropertyTree;
static PropertyComparitor* gComparitor;
static const nsCString* kNullStr;
static nsCString* kNullStr;
void
nsCSSProps::AddRefTable(void)

Просмотреть файл

@ -62,7 +62,7 @@ static PRInt32 gTableRefCount;
static KeywordNode* gKeywordArray;
static nsAVLTree* gKeywordTree;
static KeywordComparitor* gComparitor;
static const nsCString* kNullStr;
static nsCString* kNullStr;
void
nsCSSKeywords::AddRefTable(void)

Просмотреть файл

@ -67,7 +67,7 @@ static PRInt32 gTableRefCount;
static PropertyNode* gPropertyArray;
static nsAVLTree* gPropertyTree;
static PropertyComparitor* gComparitor;
static const nsCString* kNullStr;
static nsCString* kNullStr;
void
nsCSSProps::AddRefTable(void)

Просмотреть файл

@ -62,7 +62,7 @@ static PRInt32 gTableRefCount;
static KeywordNode* gKeywordArray;
static nsAVLTree* gKeywordTree;
static KeywordComparitor* gComparitor;
static const nsCString* kNullStr;
static nsCString* kNullStr;
void
nsCSSKeywords::AddRefTable(void)

Просмотреть файл

@ -67,7 +67,7 @@ static PRInt32 gTableRefCount;
static PropertyNode* gPropertyArray;
static nsAVLTree* gPropertyTree;
static PropertyComparitor* gComparitor;
static const nsCString* kNullStr;
static nsCString* kNullStr;
void
nsCSSProps::AddRefTable(void)