зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
992f515c41
Коммит
53e6d30937
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче