Chromium Code Reviews| Index: runtime/vm/ast.h |
| =================================================================== |
| --- runtime/vm/ast.h (revision 28314) |
| +++ runtime/vm/ast.h (working copy) |
| @@ -1592,7 +1592,7 @@ |
| class CatchClauseNode : public AstNode { |
| public: |
| - static const int kInvalidTryIndex = -1; |
| + static const intptr_t kInvalidTryIndex = -1; |
| CatchClauseNode(intptr_t token_pos, |
| SequenceNode* catch_block, |