Bug 1344629 - Part 2: Add nsTStringRepr as the new root of the string hierarchy. r=dbaron
I've named it after the similar ns(C)StringRepr in the rust bindings code. This is just the minimal definition of the structure. Bulk move of methods coming in next patch. MozReview-Commit-ID: 4aQrpIWRTm7
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#define CharT_is_char 1
|
||||
#define nsTAString_IncompatibleCharT nsAString
|
||||
#define nsTString_CharT nsCString
|
||||
#define nsTStringRepr_CharT nsCStringRepr
|
||||
#define nsTFixedString_CharT nsFixedCString
|
||||
#define nsTAutoString_CharT nsAutoCString
|
||||
#define nsTSubstring_CharT nsACString
|
||||
|
||||
Reference in New Issue
Block a user