Chromium Code Reviews| Index: runtime/platform/json.h |
| =================================================================== |
| --- runtime/platform/json.h (revision 20477) |
| +++ runtime/platform/json.h (working copy) |
| @@ -127,6 +127,8 @@ |
| void AddChar(char ch); |
| void AddUTF8(uint32_t ch); |
| void AddEscapedChar(uint32_t ch); |
| + void AddString(const char* s); |
| + void AddEscapedString(const char* s); |
|
Ivan Posva
2013/03/25 21:29:17
I don't see AddEscapedString being used anywhere y
Tom Ball
2013/03/25 21:46:09
I need it for the pending stacktrace CL, because J
|
| void Clear(); |