Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem

This commit is contained in:
Chris Peterson
2014-07-21 21:43:21 -07:00
parent 32369f3c27
commit def5e6780e
167 changed files with 1169 additions and 1181 deletions

View File

@@ -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 {