mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 921797 - Make nsCSSProps::BuildShorthandsContainingTable support -moz-appearance being a shorthand subproperty. r=bzbarsky
This commit is contained in:
parent
12f83a26b2
commit
65050ca272
@ -197,7 +197,7 @@ nsCSSProps::BuildShorthandsContainingTable()
|
||||
for (const nsCSSProperty* subprops = SubpropertyEntryFor(shorthand);
|
||||
*subprops != eCSSProperty_UNKNOWN;
|
||||
++subprops) {
|
||||
NS_ABORT_IF_FALSE(0 < *subprops &&
|
||||
NS_ABORT_IF_FALSE(0 <= *subprops &&
|
||||
*subprops < eCSSProperty_COUNT_no_shorthands,
|
||||
"subproperty must be a longhand");
|
||||
++occurrenceCounts[*subprops];
|
||||
|
Loading…
x
Reference in New Issue
Block a user