mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout 406904577dfc due to borked commit message.
This commit is contained in:
parent
45ab0a7e32
commit
0321056d68
@ -237,7 +237,7 @@ struct SortComparatorIds
|
||||
*lessOrEqualp = uint32_t(ca) <= uint32_t(cb);
|
||||
return true;
|
||||
}
|
||||
JS_ASSERT(ca == JS::SymbolCode::InSymbolRegistry || ca == JS::SymbolCode::UniqueSymbol);
|
||||
JS_ASSERT(ca == JS::SymbolCode::InSymbolRegistry || ca == JS::SymbolCode::Unique);
|
||||
astr = JSID_TO_SYMBOL(a)->description();
|
||||
bstr = JSID_TO_SYMBOL(b)->description();
|
||||
if (!astr || !bstr) {
|
||||
|
Loading…
Reference in New Issue
Block a user