Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem
This commit is contained in:
@@ -274,7 +274,7 @@ extern const char js_EscapeMap[];
|
||||
* with the quote character at the beginning and end of the result string.
|
||||
*/
|
||||
extern JSString *
|
||||
js_QuoteString(js::ExclusiveContext *cx, JSString *str, jschar quote);
|
||||
js_QuoteString(js::ExclusiveContext *cx, JSString *str, char16_t quote);
|
||||
|
||||
namespace js {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user