Index: runtime/vm/parser.h |
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h |
index e9f5bc01ac0d6f3777a31e36fe4c84bf9d768c8a..3bcb6889231e23e426cf52ffc23aacdbc9bcd9cc 100644 |
--- a/runtime/vm/parser.h |
+++ b/runtime/vm/parser.h |
@@ -743,6 +743,7 @@ class Parser : public ValueObject { |
// Add specified node to try block list so that it can be patched with |
// inlined finally code if needed. |
void AddNodeForFinallyInlining(AstNode* node); |
+ void RemoveNodesForFinallyInlining(SourceLabel* label); |
// Add the inlined finally clause to the specified node. |
void AddFinallyClauseToNode(bool is_async, |
AstNode* node, |