Bug 1777982 - Remove invalid leftover assert. DONTBUILD

MANUAL PUSH: Remove assert that doesn't hold if aliases are disabled
but I forgot to remove from the initial patch.
This commit is contained in:
Emilio Cobos Álvarez 2022-07-18 19:41:23 +02:00
Родитель 992f515c41
Коммит 53e6d30937
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -185,9 +185,6 @@ class nsCSSProps {
if (gPropertyEnabled[aProperty]) {
return true;
}
MOZ_ASSERT(aProperty < eCSSProperty_COUNT,
"gPropertyEnabled[aProperty] should have been true for alias "
"properties");
if (aEnabled == EnabledState::IgnoreEnabledState) {
return true;
}