Bug 1452534 part 2 - Remove nsCSSProps::kSIDTable. r=emilio

MozReview-Commit-ID: DD7sHVmIRIv

--HG--
extra : rebase_source : 9b8a35d2d4773f62a7bfa907fae4932c22f18f53
This commit is contained in:
Xidorn Quan 2018-04-09 14:34:15 +10:00
Родитель abf64e1d80
Коммит 6447b04ac3
2 изменённых файлов: 0 добавлений и 13 удалений

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

@ -2272,18 +2272,6 @@ bool nsCSSProps::GetColorName(int32_t aPropValue, nsCString &aStr)
return rv;
}
const nsStyleStructID nsCSSProps::kSIDTable[eCSSProperty_COUNT_no_shorthands] = {
#define CSS_PROP(name_, id_, method_, flags_, pref_, parsevariant_, \
kwtable_, stylestruct_, ...) \
eStyleStruct_##stylestruct_,
#define CSS_PROP_LIST_INCLUDE_LOGICAL
#include "nsCSSPropList.h"
#undef CSS_PROP_LIST_INCLUDE_LOGICAL
#undef CSS_PROP
};
const nsStyleAnimType
nsCSSProps::kAnimTypeTable[eCSSProperty_COUNT_no_shorthands] = {
#define CSS_PROP(name_, id_, method_, flags_, pref_, parsevariant_, \

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

@ -339,7 +339,6 @@ public:
return ValueToKeyword(static_cast<int16_t>(aValue), aTable);
}
static const nsStyleStructID kSIDTable[eCSSProperty_COUNT_no_shorthands];
static const KTableEntry* const kKeywordTableTable[eCSSProperty_COUNT_no_shorthands];
static const nsStyleAnimType kAnimTypeTable[eCSSProperty_COUNT_no_shorthands];