Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: runtime/vm/kernel_binary_flowgraph.cc

Issue 2973483002: [kernel] Fix skipping library typedefs. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698