Bug 1030014 - Fix a compile error in more-deterministic JS shells. r=sfink.

This commit is contained in:
Jason Orendorff
2014-06-27 13:30:37 -07:00
parent 310a929cc0
commit b0b82cd711

View File

@@ -237,7 +237,7 @@ struct SortComparatorIds
*lessOrEqualp = uint32_t(ca) <= uint32_t(cb);
return true;
}
JS_ASSERT(ca == JS::SymbolCode::InSymbolRegistry || ca == JS::SymbolCode::Unique);
JS_ASSERT(ca == JS::SymbolCode::InSymbolRegistry || ca == JS::SymbolCode::UniqueSymbol);
astr = JSID_TO_SYMBOL(a)->description();
bstr = JSID_TO_SYMBOL(b)->description();
if (!astr || !bstr) {