| Index: runtime/vm/kernel_binary_flowgraph.h
|
| diff --git a/runtime/vm/kernel_binary_flowgraph.h b/runtime/vm/kernel_binary_flowgraph.h
|
| index 551c0dd46cd21d12ef67d3c0c1bc257439c838f8..daf12245225fbe6557dff61427841f0bb4142a09 100644
|
| --- a/runtime/vm/kernel_binary_flowgraph.h
|
| +++ b/runtime/vm/kernel_binary_flowgraph.h
|
| @@ -403,6 +403,7 @@ class StreamingFlowGraphBuilder {
|
| void SkipFunctionType(bool simple);
|
| void SkipListOfExpressions();
|
| void SkipListOfDartTypes();
|
| + void SkipListOfStrings();
|
| void SkipListOfVariableDeclarations();
|
| void SkipTypeParametersList();
|
| void SkipExpression();
|
|
|