| Index: runtime/platform/text_buffer.h
|
| diff --git a/runtime/platform/text_buffer.h b/runtime/platform/text_buffer.h
|
| index 1908ecb05cf6908269c7629b6928dceddbbf5dcb..6155cc433d74b499954e4c1c377e2e1c1c93d3b6 100644
|
| --- a/runtime/platform/text_buffer.h
|
| +++ b/runtime/platform/text_buffer.h
|
| @@ -20,6 +20,7 @@ class TextBuffer : ValueObject {
|
|
|
| intptr_t Printf(const char* format, ...) PRINTF_ATTRIBUTE(2, 3);
|
| void AddChar(char ch);
|
| + void EscapeAndAddUTF16CodeUnit(uint16_t cu);
|
| void EscapeAndAddCodeUnit(uint32_t cu);
|
| void AddString(const char* s);
|
| void AddEscapedString(const char* s);
|
|
|