Chromium Code Reviews| Index: runtime/vm/unicode.cc |
| diff --git a/runtime/vm/unicode.cc b/runtime/vm/unicode.cc |
| index d870c1377ab406870c7c53438061aae30f636376..9ea10d89e661a119ce81bcc3dd16226757681511 100644 |
| --- a/runtime/vm/unicode.cc |
| +++ b/runtime/vm/unicode.cc |
| @@ -293,7 +293,7 @@ bool Utf8::DecodeToUTF16(const uint8_t* utf8_array, |
| bool Utf8::DecodeToUTF32(const uint8_t* utf8_array, |
| intptr_t array_len, |
| - uint32_t* dst, |
| + int32_t* dst, |
| intptr_t len) { |
| intptr_t i = 0; |
| intptr_t j = 0; |