Index: runtime/vm/kernel_binary_flowgraph.cc |
diff --git a/runtime/vm/kernel_binary_flowgraph.cc b/runtime/vm/kernel_binary_flowgraph.cc |
index 15733bd7861f3d85f9d22d05f3a325593554e821..34963a7c5612a0db50f1968d5ccb6d3e533dbc4c 100644 |
--- a/runtime/vm/kernel_binary_flowgraph.cc |
+++ b/runtime/vm/kernel_binary_flowgraph.cc |
@@ -4236,6 +4236,11 @@ void StreamingFlowGraphBuilder::SkipLibraryDependency() { |
} |
} |
+void StreamingFlowGraphBuilder::SkipLibraryPart() { |
+ SkipListOfExpressions(); // Read annotations. |
+ ReadStringReference(); // read uri_index. |
+} |
+ |
void StreamingFlowGraphBuilder::SkipLibraryTypedef() { |
SkipCanonicalNameReference(); // read canonical name. |
ReadPosition(); // read position. |