Chromium Code Reviews| Index: runtime/vm/scanner.h |
| =================================================================== |
| --- runtime/vm/scanner.h (revision 31966) |
| +++ runtime/vm/scanner.h (working copy) |
| @@ -42,7 +42,7 @@ |
| }; |
| // Dummy token index reflecting an unknown source position. |
| - static const intptr_t kDummyTokenIndex = 0; |
| + static const intptr_t kNoSourcePos = 0; |
| // Character used to indicate a private identifier. |
| static const char kPrivateIdentifierStart = '_'; |