| Index: runtime/vm/scanner.h
|
| diff --git a/runtime/vm/scanner.h b/runtime/vm/scanner.h
|
| index ba53792f1972312c7744173d5104cff3f92030c0..2ce83d2d2d9937ef3e91e511f89c5fb39ae2d0a7 100644
|
| --- a/runtime/vm/scanner.h
|
| +++ b/runtime/vm/scanner.h
|
| @@ -46,7 +46,7 @@ class Scanner : ValueObject {
|
| static const intptr_t kDummyTokenIndex = 0;
|
|
|
| // Character used to indicate a private identifier.
|
| - static const unsigned char kPrivateIdentifierStart = '_';
|
| + static const char kPrivateIdentifierStart = '_';
|
|
|
| // Character used to separate the private identifier from the key.
|
| static const char kPrivateKeySeparator = '@';
|
|
|