Chromium Code Reviews| Index: runtime/vm/ast.h |
| =================================================================== |
| --- runtime/vm/ast.h (revision 1225) |
| +++ runtime/vm/ast.h (working copy) |
| @@ -96,7 +96,7 @@ |
| class AstNode : public ZoneAllocated { |
| public: |
| - static const int kInvalidId = -1; |
| + static const int kNoId = -1; |
| explicit AstNode(intptr_t token_index) |
| : token_index_(token_index), |