mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
attempt to fix build bustage
This commit is contained in:
parent
11600d0b89
commit
57b98ea166
@ -501,8 +501,8 @@ js_AtomizeString(JSContext *cx, JSString *str, uintN flags)
|
||||
uint32 gen = state->tablegen;
|
||||
#endif
|
||||
JS_UNLOCK(&state->lock, cx);
|
||||
str = ((flags & ATOM_NOCOPY) ? js_NewString : js_NewStringCopyN)
|
||||
(cx, str->chars, str->length, 0);
|
||||
str = (JSString*)(((flags & ATOM_NOCOPY) ? js_NewString : js_NewStringCopyN)
|
||||
(cx, str->chars, str->length, 0));
|
||||
if (!str)
|
||||
return NULL;
|
||||
key = STRING_TO_JSVAL(str);
|
||||
|
Loading…
Reference in New Issue
Block a user