Bug 898914 (part 1) - Remove JSBool.
This commit is contained in:
@@ -113,7 +113,7 @@ const char js_yield_str[] = "yield";
|
||||
*/
|
||||
#define JS_STRING_HASH_COUNT 1024
|
||||
|
||||
JSBool
|
||||
bool
|
||||
js::InitAtoms(JSRuntime *rt)
|
||||
{
|
||||
return rt->atoms.init(JS_STRING_HASH_COUNT);
|
||||
|
||||
Reference in New Issue
Block a user