| Index: runtime/vm/kernel_binary_flowgraph.h
|
| diff --git a/runtime/vm/kernel_binary_flowgraph.h b/runtime/vm/kernel_binary_flowgraph.h
|
| index bf5e4e64e5544c7159d1511f633a07787b1dd68b..983e9b0d988d0cb7806961d8a6f9581ba3968cd3 100644
|
| --- a/runtime/vm/kernel_binary_flowgraph.h
|
| +++ b/runtime/vm/kernel_binary_flowgraph.h
|
| @@ -406,6 +406,7 @@ class StreamingFlowGraphBuilder {
|
| void SkipListOfStrings();
|
| void SkipListOfVariableDeclarations();
|
| void SkipTypeParametersList();
|
| + void SkipInitializer();
|
| void SkipExpression();
|
| void SkipStatement();
|
| void SkipFunctionNode();
|
|
|