Chromium Code Reviews| Index: runtime/lib/integers.cc |
| =================================================================== |
| --- runtime/lib/integers.cc (revision 28974) |
| +++ runtime/lib/integers.cc (working copy) |
| @@ -208,7 +208,7 @@ |
| Scanner scanner(value, Symbols::Empty()); |
| const Scanner::GrowableTokenStream& tokens = scanner.GetStream(); |
| - String* int_string; |
| + const String* int_string; |
| bool is_positive; |
| if (Scanner::IsValidLiteral(tokens, |
| Token::kINTEGER, |