Index: runtime/vm/ast.h |
diff --git a/runtime/vm/ast.h b/runtime/vm/ast.h |
index c99b6cb860dc85b5ea982e6a5c2a07a91a752af2..ead710e1ad99cbfa54aabf71cf7b65711955b2b5 100644 |
--- a/runtime/vm/ast.h |
+++ b/runtime/vm/ast.h |
@@ -1801,6 +1801,7 @@ class NativeBodyNode : public AstNode { |
class CatchClauseNode : public AstNode { |
public: |
static const intptr_t kInvalidTryIndex = -1; |
+ static const intptr_t kImplicitAsyncTryIndex = 0; |
CatchClauseNode(TokenPosition token_pos, |
SequenceNode* catch_block, |