| Index: runtime/vm/kernel_binary_flowgraph.cc
|
| diff --git a/runtime/vm/kernel_binary_flowgraph.cc b/runtime/vm/kernel_binary_flowgraph.cc
|
| index 04c68ae0dbc3e43b2271f6ae112fbb2825489452..b862e439e1aa037c97ac4258be2fd3dc236743e0 100644
|
| --- a/runtime/vm/kernel_binary_flowgraph.cc
|
| +++ b/runtime/vm/kernel_binary_flowgraph.cc
|
| @@ -4124,7 +4124,7 @@ void StreamingFlowGraphBuilder::SkipLibraryTypedef() {
|
| ReadPosition(); // read position.
|
| SkipStringReference(); // read name index.
|
| ReadUInt(); // read source_uri_index.
|
| - SkipListOfDartTypes(); // read type parameters.
|
| + SkipTypeParametersList(); // read type parameters.
|
| SkipDartType(); // read type.
|
| }
|
|
|
|
|