Index: runtime/vm/flow_graph_builder.h |
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h |
index ea40a9ee0b126624e26afb32c4351c0d7824679f..b331c1e7d2d40f784d2aa0376a925dc8bcd70927 100644 |
--- a/runtime/vm/flow_graph_builder.h |
+++ b/runtime/vm/flow_graph_builder.h |
@@ -415,6 +415,7 @@ class EffectGraphVisitor : public AstNodeVisitor { |
void BuildClosureCall(ClosureCallNode* node, bool result_needed); |
Value* BuildNullValue(TokenPosition token_pos); |
+ Value* BuildEmptyTypeArguments(TokenPosition token_pos); |
// Returns true if the run-time type check can be eliminated. |
bool CanSkipTypeCheck(TokenPosition token_pos, |