Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
This commit is contained in:
@@ -43,7 +43,7 @@ js_AtomToPrintableString(JSContext *cx, JSAtom *atom, JSAutoByteString *bytes)
|
||||
return js_ValueToPrintable(cx, StringValue(atom), bytes);
|
||||
}
|
||||
|
||||
const char * js::TypeStrings[] = {
|
||||
const char * const js::TypeStrings[] = {
|
||||
js_undefined_str,
|
||||
js_object_str,
|
||||
js_function_str,
|
||||
|
||||
Reference in New Issue
Block a user